Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ababaian committed Oct 28, 2021
1 parent 1ee33d8 commit a7dd1cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/palmid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ palmscan -search_pp $INPUT -loconf -rdrp \
# hack to fix qlen to total input query length
# (but we now assume aa-sequence input)
seqkit stats -T $INPUT | tail -n-1 - \
> fa.stats
SEQTYPE=$(cut -f 3 fa.stats)
SEQLEN=$(cut -f 5 fa.stats)
> $OUTDIR/$OUTNAME.stats
SEQTYPE=$(cut -f 3 $OUTDIR/$OUTNAME.stats)
SEQLEN=$(cut -f 5 $OUTDIR/$OUTNAME.stats)

if [ "$SEQTYPE" == "DNA" ]
then
Expand Down

0 comments on commit a7dd1cf

Please sign in to comment.