We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8576418 commit fd19cd3Copy full SHA for fd19cd3
2 files changed
environment.yml
@@ -17,7 +17,7 @@ dependencies:
17
- bioconda::gatk4=4.0.11.0
18
- bioconda::qualimap=2.2.2b
19
- bioconda::vcf2genome=0.91
20
- - bioconda::damageprofiler=0.3.11
+ - bioconda::damageprofiler=0.4.2
21
- bioconda::multiqc=1.6
22
- bioconda::pmdtools=0.60
23
- conda-forge::r-rmarkdown=1.10
main.nf
@@ -870,7 +870,7 @@ process damageprofiler {
870
file fasta from ch_fasta_for_damageprofiler
871
872
output:
873
- file "*" into ch_damageprofiler_results
+ file "*.yaml" into ch_damageprofiler_results
874
875
script:
876
"""
0 commit comments