Dfam-consortium / RepeatModeler

De-Novo Repeat Discovery Tool
Other
189 stars 22 forks source link

Thread option is not passed to RepeatClassifier #227

Closed Alteroldis closed 2 months ago

Alteroldis commented 10 months ago

v2.0.5 In line 1718 you define thread option for classificator, but forgot insert it in command: $addlOpts = "-threads $options{'threads'} " if ( $options{'threads'} ); system( "$FindBin::RealBin/RepeatClassifier " . "-consensi consensi.fa -stockholm families.stk" );

rmhubley commented 2 months ago

Thanks for reporting this. The fix will appear in the next release.