Skip to content

Commit

Permalink
Switch to latest repeatmodeler and repeatmasker versions
Browse files Browse the repository at this point in the history
  • Loading branch information
verku committed Nov 18, 2024
1 parent 5259aab commit 361bce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/0.2_repeat_identification.smk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rule repeatmodeler:
os.path.abspath("results/logs/0.2_repeat_identification/" + REF_NAME + "_repeatmodeler.log"),
threads: 16
singularity:
"docker://quay.io/biocontainers/repeatmodeler:2.0.4--pl5321hdfd78af_0"
"docker://dfam/tetools:1.89.1"
shell:
"""
cd {params.dir}
Expand Down Expand Up @@ -79,7 +79,7 @@ rule repeatmasker:
os.path.abspath("results/logs/0.2_repeat_identification/" + REF_NAME + "_repeatmasker.log"),
threads: 16
singularity:
"docker://quay.io/biocontainers/repeatmodeler:2.0.4--pl5321hdfd78af_0"
"docker://dfam/tetools:1.89.1"
shell:
"""
cd {params.dir} &&
Expand Down

0 comments on commit 361bce3

Please sign in to comment.