Skip to content

Commit 383e447

Browse files
authored
Merge pull request #115 from apeltzer/dmgprofiler-mqc
Dmgprofiler mqc
2 parents 8576418 + 04d6be2 commit 383e447

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies:
1717
- bioconda::gatk4=4.0.11.0
1818
- bioconda::qualimap=2.2.2b
1919
- bioconda::vcf2genome=0.91
20-
- bioconda::damageprofiler=0.3.11
21-
- bioconda::multiqc=1.6
20+
- bioconda::damageprofiler=0.4.4
21+
- bioconda::multiqc=1.7
2222
- bioconda::pmdtools=0.60
2323
- conda-forge::r-rmarkdown=1.10
2424
- conda-forge::libiconv=1.15

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ process damageprofiler {
870870
file fasta from ch_fasta_for_damageprofiler
871871

872872
output:
873-
file "*" into ch_damageprofiler_results
873+
file "*.json" into ch_damageprofiler_results
874874

875875
script:
876876
"""

0 commit comments

Comments
 (0)