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

Option to print just CDR3s #15

Open
sinkovit opened this issue Jul 9, 2018 · 2 comments
Open

Option to print just CDR3s #15

sinkovit opened this issue Jul 9, 2018 · 2 comments

Comments

@sinkovit
Copy link

sinkovit commented Jul 9, 2018

When creating very large synthetic repertoires, sometimes we want to save space and generate just the CDR3s. I found a way to modify the code to comment out the lines that write out the full sequences (lines 542 and 612 in the version of GenModel.cpp from late February)

outfile_ind_seq<<seq<<";"<<sequence.first<<endl;
outfile_ind_seq<<index<<";"<<(*iter).first<<endl;

Would it be possible to add a command line option to control this behavior (e.g. --no_full_seq or --crd3_only)?

@qmarcou
Copy link
Owner

qmarcou commented Aug 25, 2018

Hi @sinkovit ,
Yes that should be doable, I'll try and add a more general command line argument to select desired output features

@sinkovit
Copy link
Author

sinkovit commented Aug 27, 2018 via email

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

No branches or pull requests

2 participants