mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
240ee4328c
* fix: remove left-over unnecessary code * Make gzipping optional for DAS_Tool scaffolds2bin * Add optional unzipping * Make gunzip optional for DAS_Tool scaffolds2bin * Apply suggestions from code review Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com> * Update modules/dastool/scaffolds2bin/meta.yml Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com>
20 lines
844 B
YAML
20 lines
844 B
YAML
- name: dastool scaffolds2bin test_dastool_scaffolds2bin
|
|
command: nextflow run tests/modules/dastool/scaffolds2bin -entry test_dastool_scaffolds2bin -c tests/config/nextflow.config
|
|
tags:
|
|
- dastool
|
|
- dastool/scaffolds2bin
|
|
files:
|
|
- path: output/dastool/test.tsv
|
|
md5sum: 6e46c0be14dded7cb13af38f54feea47
|
|
- path: output/dastool/versions.yml
|
|
md5sum: d0831ed159eb5a1a1565d1d211012ad6
|
|
- name: dastool scaffolds2bin test_dastool_scaffolds2bin_ungzipped
|
|
command: nextflow run tests/modules/dastool/scaffolds2bin -entry test_dastool_scaffolds2bin_ungzipped -c tests/config/nextflow.config
|
|
tags:
|
|
- dastool
|
|
- dastool/scaffolds2bin
|
|
files:
|
|
- path: output/dastool/test.tsv
|
|
md5sum: 6e46c0be14dded7cb13af38f54feea47
|
|
- path: output/dastool/versions.yml
|
|
md5sum: da58e477b7f4c16a9ea495ec1a4a4d4f
|