Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step 6 breaks with underscore in chromosome names. #11

Open
aakashsur opened this issue Mar 7, 2019 · 1 comment
Open

Step 6 breaks with underscore in chromosome names. #11

aakashsur opened this issue Mar 7, 2019 · 1 comment

Comments

@aakashsur
Copy link

It looks like step 6 breaks with underscores in chromosome names as well.

It can be isolated to:

awk -v OFS="_" '{print $2, $3, $4, $5}' $multi | sort -u >$multiKeys

pair = pairString.rstrip().split("_")

pair = "_".join([pairLine[1], pairLine[2], pairLine[3], pairLine[4]])

pair = "_".join([pairLine[0], pairLine[1], pairLine[2], pairLine[3]])

position = "\t".join(pairKeys[alignPair[j]].strip().split("_"))

@yezhengSTAT
Copy link
Owner

Yes, again we assume the chromosome name has no underscore and is consistent for the whole processing procedure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants