-
Notifications
You must be signed in to change notification settings - Fork 142
Snapshot for -profile test_assembly_input
#905
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
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e7b52eb
test_assembly_input snapshot [WIP]
dialvarezs 57f55a3
test_assembly_input snapshot [WIP]
dialvarezs 7bc845f
Keep ordering
dialvarezs f4286b7
Snapshot WIP
dialvarezs 85b0e0b
Excluded BUSCO files from snapshot
dialvarezs 70d1670
Stabilize everything (crossed fingers)
dialvarezs 6aacaa0
[automated] Fix code linting
nf-core-bot b238041
Exclude BUSCO summaries from snapshot
dialvarezs fd4cd04
Update alternatives snapshot
dialvarezs e218c5d
Add FASTA checks
dialvarezs 502473f
Changelog and cleanup
dialvarezs 2b3d60f
Merge remote-tracking branch 'upstream/dev' into snapshot_assembly_input
dialvarezs 4b62f2f
Fix snapshots
dialvarezs db6805b
Update depths script to guarantee ordering
dialvarezs 0389266
Update changelog
dialvarezs f042bdd
Merge branch 'dev' into snapshot_assembly_input
dialvarezs 91495d2
Add CSV check for busco summary
dialvarezs c5a7916
Update snapshots
dialvarezs fb4d3d7
Add bin summary CSV check and cleanup
dialvarezs ac3c15e
Update snapshots
dialvarezs 331361c
Fix tiara_classify version reporting
dialvarezs 9739b41
Update snapshots
dialvarezs 63b9a7f
Sort nftignore
dialvarezs c8f62e6
Add check for number of bins in bin summary
dialvarezs 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
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 |
|---|---|---|
|
|
@@ -19,7 +19,8 @@ config { | |
|
|
||
| // load the necessary plugins | ||
| plugins { | ||
| load "nft-utils@0.0.3" | ||
| load "nft-csv@0.1.0" | ||
| load "[email protected]" | ||
| load "[email protected]" | ||
| } | ||
| } | ||
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,27 +1,34 @@ | ||
| .DS_Store | ||
| multiqc/multiqc_data/fastqc_top_overrepresented_sequences_table.txt | ||
| multiqc/multiqc_data/multiqc.parquet | ||
| multiqc/multiqc_data/multiqc.log | ||
| multiqc/multiqc_data/multiqc_data.json | ||
| multiqc/multiqc_data/multiqc_sources.txt | ||
| multiqc/multiqc_data/multiqc_sources.yaml | ||
| multiqc/multiqc_data/multiqc_software_versions.txt | ||
| multiqc/multiqc_data/multiqc_software_versions.yaml | ||
| multiqc/multiqc_data/llms-full.txt | ||
| multiqc/multiqc_plots/{svg,pdf,png}/*.{svg,pdf,png} | ||
| multiqc/multiqc_report.html | ||
| pipeline_info/*.{html,json,txt,yml} | ||
| Assembly/MEGAHIT/*.log | ||
| Assembly/MEGAHIT/QC/*/*.bowtie2.log | ||
| GenomeBinning/CONCOCT/stats/*_{original,PCA_components,PCA_transformed}_data_gt1000.csv | ||
| GenomeBinning/CONCOCT/stats/*_log.txt | ||
| GenomeBinning/CONCOCT/stats/*.tsv | ||
| GenomeBinning/DASTool/*.log | ||
| GenomeBinning/depths/**/*-depth.txt.gz | ||
| GenomeBinning/depths/bins/*.png | ||
| GenomeBinning/MetaBAT2/unbinned/discarded/*.unbinned.pooled.fa.gz | ||
| GenomeBinning/QC/CheckM2/**/DIAMOND_RESULTS.tsv | ||
| GenomeBinning/QC/CheckM2/*/checkm2.log | ||
| GenomeBinning/QC/busco_summary.tsv | ||
| GenomeBinning/QC/BUSCO/**/*.log | ||
| GenomeBinning/QC/BUSCO/**/.checkpoint | ||
| GenomeBinning/QC/BUSCO/**/{logs,prodigal_output,busco_sequences}/** | ||
| GenomeBinning/QC/BUSCO/**/*.json | ||
| GenomeBinning/QC/BUSCO/**/*.log | ||
| GenomeBinning/QC/BUSCO/**/*.txt | ||
| GenomeBinning/QC/BUSCO/**/short_summary*.{txt,json} | ||
| GenomeBinning/QC/BUSCO/*/*{-busco.log,-busco.batch_summary.txt} | ||
| GenomeBinning/QC/CheckM2/**/DIAMOND_RESULTS.tsv | ||
| GenomeBinning/QC/CheckM2/*/checkm2.log | ||
| multiqc/multiqc_data/fastqc_top_overrepresented_sequences_table.txt | ||
| multiqc/multiqc_data/llms-full.txt | ||
| multiqc/multiqc_data/multiqc_data.json | ||
| multiqc/multiqc_data/multiqc_software_versions.txt | ||
| multiqc/multiqc_data/multiqc_software_versions.yaml | ||
| multiqc/multiqc_data/multiqc_sources.txt | ||
| multiqc/multiqc_data/multiqc_sources.yaml | ||
| multiqc/multiqc_data/multiqc.log | ||
| multiqc/multiqc_data/multiqc.parquet | ||
| multiqc/multiqc_plots/{svg,pdf,png}/*.{svg,pdf,png} | ||
| multiqc/multiqc_report.html | ||
| pipeline_info/*.{html,json,txt,yml} | ||
| QC_shortreads/fastqc/*_fastqc.{html,zip} | ||
| QC_shortreads/remove_phix/*.log |
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
Oops, something went wrong.
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.