Skip to content

Commit

Permalink
fixed multiqc paths in config
Browse files Browse the repository at this point in the history
  • Loading branch information
WackerO committed Apr 30, 2024
1 parent acf798c commit 41afb06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/test_star_rsem.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ params {
//report_options = 'https://raw.githubusercontent.com/qbic-pipelines/rnadeseq/dev/testdata/report_options.yml'
project_summary = 'https://raw.githubusercontent.com/qbic-pipelines/rnadeseq/dev/testdata/summary.tsv'
software_versions = 'https://raw.githubusercontent.com/qbic-pipelines/rnadeseq/dev/testdata/software_versions_rsem.yml'
multiqc = 'testdata/QDESQ/new_rsem_multiqc.zip'
multiqc = 'https://raw.githubusercontent.com/qbic-pipelines/rnadeseq/dev/testdata/QDESQ/new_rsem_multiqc.zip'
input_type = 'rsem'
run_pathway_analysis = true
datasources = 'GO:CC,KEGG'
Expand Down
2 changes: 1 addition & 1 deletion conf/test_star_salmon.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ params {
//report_options = 'https://raw.githubusercontent.com/qbic-pipelines/rnadeseq/dev/testdata/report_options.yml'
project_summary = 'https://raw.githubusercontent.com/qbic-pipelines/rnadeseq/dev/testdata/summary.tsv'
software_versions = 'https://raw.githubusercontent.com/qbic-pipelines/rnadeseq/dev/testdata/software_versions_salmon.yml'
multiqc = 'testdata/QDESQ/new_salmon_multiqc.zip'
multiqc = 'https://raw.githubusercontent.com/qbic-pipelines/rnadeseq/dev/testdata/QDESQ/new_salmon_multiqc.zip'
input_type = 'salmon'
run_pathway_analysis = true
datasources = 'KEGG,REAC'
Expand Down

0 comments on commit 41afb06

Please sign in to comment.