mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
bd2baa1e7c
* Specify more guidelines on input channels * Linting * Updates based on code review * Update README.md * Fix broken sentence * feat: add megahit module, currently decompressed output * Update main.nf * Update tests/modules/megahit/test.yml Co-authored-by: Maxime Borry <maxibor@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * feat: compress all outputs, remove md5sums due to gz stochasicity * fix: wrong conda channel for pigz * fix: broken singleend tests and update meta.yml * Missed one * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * fix: pigz formatting * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Apply suggestions from code review * Added, just need to finish tests once we have bacterial data * Add prelim test data * Fix version reporting * Add tests based on proposed test-dataset * Finalise new testdata * Fix md5sum issue by removing it... * Update main.nf * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> Co-authored-by: Maxime Borry <maxibor@users.noreply.github.com>
15 lines
598 B
YAML
15 lines
598 B
YAML
- name: maxbin2
|
|
command: nextflow run ./tests/modules/maxbin2 -entry test_maxbin2 -c tests/config/nextflow.config
|
|
tags:
|
|
- maxbin2
|
|
files:
|
|
- path: output/maxbin2/test1.001.fasta.gz
|
|
- path: output/maxbin2/test1.002.fasta.gz
|
|
- path: output/maxbin2/test1.log.gz
|
|
- path: output/maxbin2/test1.marker.gz
|
|
- path: output/maxbin2/test1.marker_of_each_bin.tar.gz
|
|
- path: output/maxbin2/test1.noclass.gz
|
|
- path: output/maxbin2/test1.summary
|
|
contains:
|
|
- "Bin name\tAbundance\tCompleteness\tGenome size\tGC content"
|
|
- path: output/maxbin2/test1.tooshort.gz
|