Skip to content

Commit

Permalink
removed python from the front of the fasta_length.py command
Browse files Browse the repository at this point in the history
  • Loading branch information
remkv6 committed Oct 14, 2016
1 parent 29762ae commit e5bc3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GATK_00_PrepareRef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ samtools faidx ${REF}
bwa index -a bwtsw ${REF}
FIL
# Create interval list (here 100 kb intervals)
python fasta_length.py ${REF} > ${REF%.*}_length.txt
fasta_length.py ${REF} > ${REF%.*}_length.txt
bedtools makewindows -w 100000 -g ${REF%.*}_length.txt > ${REF%.*}_100kb_coords.bed
java -Xmx100G -jar $PICARD_HOME/picard.jar BedToIntervalList \
INPUT=${REF%.*}_100kb_coords.bed \
Expand Down

0 comments on commit e5bc3ab

Please sign in to comment.