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