mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
e8b33e6eb1
* hifiasm copied from fastqc * hifiasm tests init from fastqc * meta.yml init; test.yml and main.nf for printing version * Add hifiasm version printing * Removed spaced on an empty line * Reverted hifiasm from main * Added genomecov scale module * Updated tagging * Removed extra module - began merging * Removed extra module tests * Updated genomecov to take a scale value * Updated line endings * Removed redundant test * Update tests/modules/bedtools/genomecov/main.nf Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Added checking for existing -bg arg * Update modules/bedtools/genomecov/main.nf Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Update modules/bedtools/genomecov/main.nf Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> Co-authored-by: Sviatoslav Sidorov <sviatoslav.sidorov@crick.ac.uk> Co-authored-by: Svyatoslav Sidorov <svet.sidorov@gmail.com> Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
35 lines
1.3 KiB
YAML
35 lines
1.3 KiB
YAML
- name: bedtools genomecov test_bedtools_genomecov_noscale
|
|
command: nextflow run ./tests/modules/bedtools/genomecov -entry test_bedtools_genomecov_noscale -c tests/config/nextflow.config
|
|
tags:
|
|
- bedtools
|
|
- bedtools/genomecov
|
|
files:
|
|
- path: output/bedtools/test_out.txt
|
|
md5sum: 66083198daca6c001d328ba9616e9b53
|
|
|
|
- name: bedtools genomecov test_bedtools_genomecov_nonbam_noscale
|
|
command: nextflow run tests/modules/bedtools/genomecov -entry test_bedtools_genomecov_nonbam_noscale -c tests/config/nextflow.config
|
|
tags:
|
|
- bedtools
|
|
- bedtools/genomecov
|
|
files:
|
|
- path: output/bedtools/test_out.txt
|
|
md5sum: f47b58840087426e5b643d8dfd155c1f
|
|
|
|
- name: bedtools genomecov test_bedtools_genomecov_scale
|
|
command: nextflow run ./tests/modules/bedtools/genomecov -entry test_bedtools_genomecov_scale -c tests/config/nextflow.config
|
|
tags:
|
|
- bedtools
|
|
- bedtools/genomecov
|
|
files:
|
|
- path: output/bedtools/test_out.txt
|
|
md5sum: 01291b6e1beab72e046653e709eb0e10
|
|
|
|
- name: bedtools genomecov test_bedtools_genomecov_nonbam_scale
|
|
command: nextflow run tests/modules/bedtools/genomecov -entry test_bedtools_genomecov_nonbam_scale -c tests/config/nextflow.config
|
|
tags:
|
|
- bedtools
|
|
- bedtools/genomecov
|
|
files:
|
|
- path: output/bedtools/test_out.txt
|
|
md5sum: de3c59c0ea123bcdbbad27bc0a0a601e
|