Skip to content

Commit

Permalink
Moved ChromHMM executable to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHafner committed Dec 13, 2023
1 parent 95a1d91 commit 39e3df9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/local/chromhmm/binarize_bams.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ process BINARIZE_BAMS {

script:
"""
java -jar ${projectDir}/assets/ChromHMM.jar BinarizeBam \
java -jar ChromHMM.jar BinarizeBam \
$chromsizes \
reformatted_bams \
$cellmarkfiletable \
Expand Down
2 changes: 1 addition & 1 deletion modules/local/chromhmm/learn_model.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ process LEARN_MODEL {
"""
// Organism (PLACEHOLDER) only needed for downstream analysis of ChromHMM and therefore not supplied
java -jar ${projectDir}/assets/ChromHMM.jar LearnModel \
java -jar ChromHMM.jar LearnModel \
-p $task.cpus \
$binarized_bams \
ChromHMM_output \
Expand Down

0 comments on commit 39e3df9

Please sign in to comment.