-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Harshil Patel <[email protected]>
- Loading branch information
Showing
1 changed file
with
5 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
reports: | ||
"samplesheet/samplesheet.csv": | ||
samplesheet.csv: | ||
display: "Auto-created samplesheet with collated metadata and FASTQ paths" | ||
"samplesheet/id_mappings.csv": | ||
display: "File with selected fields that can be used to rename samples" | ||
"samplesheet/multiqc_config.yml": | ||
display: "MultiQC config file that can be passed to most nf-core pipelines" | ||
"metadata/*.runinfo_ftp.tsv": | ||
display: "Re-formatted metadata file downloaded from the ENA" | ||
"metadata/*.runinfo.tsv": | ||
display: "Original metadata file downloaded from the ENA" | ||
"metadata/*.metadata.txt": | ||
display: "Original metadata file generated using the synapse show command" | ||
"metadata/*.list.txt": | ||
display: "Original output of the synapse list command" | ||
id_mappings.csv: | ||
display: "File with database identifier mappings that can be used to rename samples" | ||
multiqc_config.yml: | ||
display: "MultiQC config file for bulk renaming of sample names from database ids" |