Skip to content

Commit

Permalink
Fix ucscVersion params in STAR bigwig module
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Jun 17, 2024
1 parent c6c4614 commit d07b425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bigwig/star/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
params.starVersion = "2.4.0j--h9ee0642_2"
// params.starVersion = "2.7.10a--h9ee0642_0"
params.ucscVersion = '455--h2a80c09_1'
params.ucscVersion = '445--h954228d_0'
params.starContainer = "${params.containerRepo}/star:${params.starVersion}"
params.bgtobwContainer = "${params.containerRepo}/ucsc-bedgraphtobigwig:${params.ucscVersion}"
params.wigRefPrefix = '-'
Expand Down

0 comments on commit d07b425

Please sign in to comment.