-
Notifications
You must be signed in to change notification settings - Fork 57
Add small files to tower.yml #505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jfy133
merged 6 commits into
nf-core:bouncy-basenji
from
LilyAnderssonLee:add_files_tower
Jul 3, 2024
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c5f47bb
add output files to tower.yml
LilyAnderssonLee e65ccd2
update changelog
LilyAnderssonLee f91562e
delete non-supported files in tower.yml
LilyAnderssonLee 72978f3
delete big txt or tsv files from tower.yml
LilyAnderssonLee 3202ea5
update changelog
LilyAnderssonLee fce5e6f
update tower.yml
LilyAnderssonLee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,59 @@ | ||
reports: | ||
multiqc_report.html: | ||
display: "MultiQC HTML report" | ||
samplesheet.csv: | ||
display: "Auto-created samplesheet with collated metadata and FASTQ paths" | ||
"**/fastqc/raw/*.html": | ||
display: "A FastQC report containing quality metrics of raw reads in HTML format." | ||
"**/fastqc/raw/*.txt": | ||
display: "A FastQC report containing quality metrics of raw reads in TXT format." | ||
"**/fastqc/preprocessed/*.html": | ||
display: "A FastQC report containing quality metrics of processed reads in HTML format." | ||
"**/fastqc/preprocessed/*.txt": | ||
display: "A FastQC report containing quality metrics of processed reads in TXT format." | ||
"**/falco/raw/*.html": | ||
display: "A Falco report containing quality metrics of raw reads in HTML format." | ||
"**/falco/raw/*.txt": | ||
display: "A Falco report containing quality metrics of raw reads in TXT format." | ||
"**/falco/preprocessed/*.html": | ||
display: "A Falco report containing quality metrics of processed reads in HTML format." | ||
"**/falco/preprocessed/*.txt": | ||
display: "A Falco report containing quality metrics of processed reads in TXT format." | ||
"**/fastp/*.html": | ||
display: "A Log file in HTML format." | ||
"**/bracken/*_combined_reports.txt": | ||
display: "Combined bracken results as output from Bracken's combine_bracken_outputs.py script." | ||
"**/bracken/*/*.tsv": | ||
display: "A TSV file containing per-sample summary of Bracken results with abundance information." | ||
"**/bracken/*/*report_bracken_species.txt": | ||
display: "A Kraken2 style report with Bracken abundance information." | ||
"**/kraken2/kraken2_*_combined_reports.txt": | ||
display: "A combined profile of all samples aligned to a given database (as generated by krakentools)." | ||
"**/kraken2/*/*.kraken2.report.txt": | ||
display: "A Kraken2 report that summarises the fraction abundance, taxonomic ID, number of Kmers, taxonomic path of all the hits in the Kraken2 run for a given sample. Will be 6 column rather than 8 if --save_minimizers specified." | ||
"**/krakenuniq/*.krakenuniq.report.txt": | ||
display: "A Kraken2-style report that summarises the fraction abundance, taxonomic ID, number of Kmers, taxonomic path of all the hits, with an additional column for k-mer coverage, that allows for more accurate distinguishing between false-positive/true-postitive hits." | ||
"**/krakenuniq/*.krakenuniq.classified.txt": | ||
display: "An optional list of read IDs and the hits each read had against each database for a given sample." | ||
"**/centrifuge/*_combined_reports.txt": | ||
display: "A combined profile of all samples aligned to a given database (as generated by centrifuge-kreport)." | ||
"**/centrifuge/*/*.centrifuge.report.txt": | ||
display: "A classification report that summarises the taxonomic ID, the taxonomic rank, length of genome sequence, number of classified and uniquely classified reads." | ||
"**/centrifuge/*/*.centrifuge.txt": | ||
display: "A Kraken2-style report that summarises the fraction abundance, taxonomic ID, number of k-mers, taxonomic path of all the hits in the centrifuge run for a given sample." | ||
"**/ganon/*_combined_reports.txt": | ||
display: "A combined profile of all samples aligned to a given database (as generated by ganon table)." | ||
"**/kaiju/*_combined_reports.txt": | ||
display: "A combined profile of all samples aligned to a given database (as generated by kaiju2table)" | ||
"**/kaiju/*/*.kaijutable.txt": | ||
display: "Summarised Kaiju output with fraction abundance, taxonomic ID, number of reads, and taxonomic names (as generated by kaiju2table)" | ||
"**/krona/*.html": | ||
display: "Per-tool/per-database interactive HTML file containing hierarchical piecharts." | ||
"**/metaphlan/*/*_combined_reports.txt": | ||
display: "A combined profile of all samples aligned to a given database (as generated by metaphlan_merge_tables)." | ||
"**/metaphlan/*/*.bowtie2out.txt": | ||
display: "Bowtie2 alignment information (can be re-used for skipping alignment when re-running MetaPhlAn with different parameters)." | ||
"**/metaphlan/*/*_profile.txt": | ||
display: "A MetaPhlAn taxonomic profile including abundance estimates." | ||
"**/motus/*/*_combined_reports.txt": | ||
display: "A combined profile of all samples aligned to a given database (as generated by motus_merge)." | ||
"**/taxpasta/*tsv": | ||
display: "Standardised taxon table containing multiple samples. The first column describes the taxonomy ID and the rest of the columns describe the read counts for each sample." |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.