Skip to content

Commit

Permalink
fix sh getopts not found #122
Browse files Browse the repository at this point in the history
  • Loading branch information
oushujun committed Dec 4, 2020
1 parent 90eed59 commit 00decc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDTA_raw.pl
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
print STDERR "Species: $species\n";

# run TIR-Learner
`sh $TIR_Learner -g $genome -s $species -t $threads -l $maxint`;
`bash $TIR_Learner -g $genome -s $species -t $threads -l $maxint`;
`perl $rename_tirlearner ./TIR-Learner-Result/TIR-Learner_FinalAnn.fa | perl -nle 's/TIR-Learner_//g; print \$_' > $genome.TIR`;

# clean raw predictions with flanking alignment
Expand Down

0 comments on commit 00decc8

Please sign in to comment.