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

Inconsistent Number of Individuals on Output #1

Open
ahulsekemp opened this issue Feb 21, 2018 · 2 comments
Open

Inconsistent Number of Individuals on Output #1

ahulsekemp opened this issue Feb 21, 2018 · 2 comments
Assignees

Comments

@ahulsekemp
Copy link

Hi David,
Following the last fix, it appears that while it will now work without an error for those offending contig files the output for those files now generates an inconsistent output for number of samples. It would be ultimately beneficial if we can impose a fix to have consistent output according to the input regarding number of samples. I am working on a downstream fix but I think it would be great to incorporate upstream for greater user utility.
Best,
Amanda

@dauglyon dauglyon self-assigned this Feb 21, 2018
@dauglyon
Copy link
Contributor

is the solution you are looking for to leave empty lines for the contigs with no data like:

ID0    0,a,4,b,60,h,100
ID1    .                               <--- this?
ID2    0,a,4,b,60,h,100

@ahulsekemp
Copy link
Author

ahulsekemp commented Feb 26, 2018

Yes, in order to flow through to the next step to allow:


ID0,a,b,h
ID1,-,-,-
ID2,a,b,h

Outputs from all different chrs or contigs can then easily be joined together using paste etc to correlate data.

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