Skip to content

Commit

Permalink
Merge branch 'main' into anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored May 20, 2021
2 parents 9a3435e + 456cef3 commit 5807a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lepmap2anchor
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ for i in $(seq 1 $LG); do
awk -vn=$i '(NR==FNR){map[NR-1]=$0}(NR!=FNR){$1=map[$1] "\t" n;print}' $1 7_Intervals/ordered.$i.intervals
done > lepmap3_intervals.la


echo "Created Lep-Anchor input file lepmap3_intervals.la"

0 comments on commit 5807a51

Please sign in to comment.