Skip to content

Commit

Permalink
Update cov_bdrth_in_dataset.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdelzam authored Mar 20, 2020
1 parent 2ccb469 commit 8a8b852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Input_POGENOM/src/cov_bdrth_in_dataset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
positions=$(bowtie2-inspect -s $wkd/01_INDEXING/$direct/$mag/$mag | awk '{ FS = "\t" } ; BEGIN{L=0}; {L=L+$3}; END{print L}')

mkdir -p Genome_sizes
if [ -e Genome_sizes/$mag ]; then true; else echo "genome size:" $positions > Genome_sizes/$mag.size; fi
echo "genome size:" $positions > Genome_sizes/$mag.size

#---breadth
non_zero=$(cut -f4 $mpileupfile | grep -cv "0")
Expand Down

0 comments on commit 8a8b852

Please sign in to comment.