-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0cd004
commit af09952
Showing
6 changed files
with
82 additions
and
73 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
Binary file not shown.
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
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
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
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,5 +1,16 @@ | ||
reports: | ||
multiqc_report.html: | ||
display: "MultiQC HTML report" | ||
samplesheet.csv: | ||
display: "Auto-created samplesheet with collated metadata and FASTQ paths" | ||
"**/software_versions.yml": | ||
display: "Software versions" | ||
"VAPER-summary.csv" | ||
display: "VAPER Summary" | ||
"**/assembly/*.fa" | ||
display: "Consensus Assembly" | ||
"**/bam/*.bam" | ||
display: "Read alignment file" | ||
"**/qc/*" | ||
display: "Quality metrics" | ||
"**/taxonomy/*" | ||
display: "Taxonomy files" | ||
"**/reads/*" | ||
display: "Reference-extracted reads" | ||
|