Skip to content

Commit

Permalink
Update repeatmodeler parameter according to container version
Browse files Browse the repository at this point in the history
  • Loading branch information
verku committed Oct 17, 2023
1 parent 0120381 commit f61979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/0.2_repeat_identification.smk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rule repeatmodeler:
BuildDatabase -engine ncbi -name {params.name} {params.ref_upper} 2> {log} &&
# Run RepeatModeler
RepeatModeler -engine ncbi -pa {threads} -database {params.name} 2>> {log} &&
RepeatModeler -engine ncbi -threads {threads} -database {params.name} 2>> {log} &&
# copy the output files to a new directory
cp RM_*.*/consensi.fa.classified RM_raw.out/ 2>> {log} &&
Expand Down

0 comments on commit f61979d

Please sign in to comment.