We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8576418 + 04d6be2 commit 383e447Copy full SHA for 383e447
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.3.11
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 "*" into ch_damageprofiler_results
+ file "*.json" into ch_damageprofiler_results
874
875
script:
876
"""
0 commit comments