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

Multiple Reference Contigs in one Alignment Visualization #34

Open
josiahseaman opened this issue Oct 18, 2016 · 0 comments
Open

Multiple Reference Contigs in one Alignment Visualization #34

josiahseaman opened this issue Oct 18, 2016 · 0 comments
Assignees

Comments

@josiahseaman
Copy link
Owner

As a user, I want to get a visualization that shows the alignment between all of chr22 including chr22 unplaced contigs.

Currently, the ChainParser runs a one-to-many relationship. This could be upgraded to many-to-many by continuing to append to self.ref_seq_gapped after one "chromosome" has already been sequenced. This will probably look like using self.read_contigs() on the reference sequence as well and using the FASTA file as the definition of the list of contigs (chromosomes) to be processed. This would be an alternative to listing out specific contig names on the command line.

This issue will be addressed after #33 is done to cut back on the immense proliferation of contig headers in the visualization.

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

1 participant