Skip to content

Commit

Permalink
Merge pull request #117 from RoanKanninga/master
Browse files Browse the repository at this point in the history
small fix for overlapping regions problem (2), forgot the sorting
  • Loading branch information
Gerbenvandervries committed Feb 25, 2016
2 parents 1bb824b + 14f18c0 commit 808a816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_compute5_bedfiles_calculon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ cp /apps/data/1000G/phase1/Mills_and_1000G_gold_standard/1000G_phase1.indels_Mil

baits=${MAP}/${NAME}

#sort -V ${baits}.bed > ${baits}.bed.sorted
#mv ${baits}.bed.sorted ${baits}.bed
sort -V ${baits}.bed > ${baits}.bed.sorted
mv ${baits}.bed.sorted ${baits}.bed

## If there are 4 columns, it adds an extra column (this is necessary for the GATK batch tool
colcount=`awk '{print NF}' ${baits}.bed | sort | tail -n 1`
Expand Down

0 comments on commit 808a816

Please sign in to comment.