Skip to content

Commit

Permalink
include info on how many seuqences were downloaded from GISAID
Browse files Browse the repository at this point in the history
  • Loading branch information
roblanf committed Jun 14, 2020
1 parent a51da9a commit b64af4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/global_tree_gisaid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ esl-alimask --gapthresh 0.5 --informat afa --outformat afa --dna -o $outputfasta

rm tmp.aln

echo "sequences downloaded from GISAID" >> alignments.log
echo grep ">" $inuptfasta | wc -l >> alignments.log
echo "//"
echo "alignment stats of global alignment" >> alignments.log
esl-alistat $aln_global >> alignments.log
echo "alignment stats of global alignment after masking sites" >> alignments.log
Expand Down

0 comments on commit b64af4b

Please sign in to comment.