mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
750bd8c3e3
* Adding bigWig and deeptools computeMatrix files to config * Adding meta.yml for deeptools modules * Add test for deeptools modules * Fixing and reordering tags * Fixing conda test that worked in local... * Apply suggestions from code review * Changing bigwig file pattern to include bigwig extension * Saving after last change is a good practice Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
9 lines
365 B
YAML
9 lines
365 B
YAML
- name: deeptools plotprofile
|
|
command: nextflow run tests/software/deeptools/plotprofile -entry test_deeptools_plotprofile -c tests/config/nextflow.config
|
|
tags:
|
|
- deeptools
|
|
- deeptools/plotprofile
|
|
files:
|
|
- path: output/deeptools/test.plotProfile.pdf
|
|
- path: output/deeptools/test.plotProfile.tab
|
|
md5sum: d561cb659a292cef973ea631c7d440cb
|