You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bedtools closest -D a -io -iu -s -a ${i}.pmd -b $2 | awk '{print $13 "\tright\taway"}' >> gene_distances_and_orientations # right of PMD, transcribed away
bedtools closest -D a -io -iu -S -a ${i}.pmd -b $2 | awk '{print $13 "\tright\ttowards"}' >> gene_distances_and_orientations # right of PMD, transcribed towards
bedtools closest -D a -io -id -s -a ${i}.pmd -b $2 | awk '{print $13 "\tleft\ttowards"}' >> gene_distances_and_orientations # left of PMD, transcribed towards
bedtools closest -D a -io -id -S -a ${i}.pmd -b $2 | awk '{print $13 "\tleft\taway"}' >> gene_distances_and_orientations # left of PMD, transcribed away