-
Notifications
You must be signed in to change notification settings - Fork 14
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
modify to make it compatible with clonality.py #38
base: master
Are you sure you want to change the base?
Conversation
add next(reader) to skip the headline and remove sample_1 or sample_2 from file names to locate the outputs of clonality.py
compare.repertoires.py
Outdated
|
||
file_TCRB_1=args.dir_1+"/TCRB.VJ.FREQ."+sample_1+".csv" | ||
file_TCRB_1=args.dir_1+"/TCRB.VJ.FREQ."+".csv" | ||
file_TCRB_2=args.dir_2+"/TCRB.VJ.FREQ."+sample_2+".csv" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason you didn't take out the sample_2 in this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh,my god. I forgot to remove these ones. all sample_1 or sample_2 should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! @mandricigor could you modify the script to amend these two lines as well and create a new pull request?
@smangul1 I don't have authorization to merge a pull request with the master branch. Can you approve it and/or add me as a contributor?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged these changes with the Mangul USC lab fork.
@mandricigor, I recommend merging this patch into your fork.
@dormeight made a good fix.
remove "sample_2"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved! Works with my data.
add next(reader) to skip the headline and remove sample_1 or sample_2 from file names to locate the outputs of clonality.py