Feat marker genes #31
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an addition that my lab wanted because we wanted to be able to BLAST genes from our bins that were identified as marker genes.
It looks similar to what I think issue #22 is requesting. With that in mind, I thought I'd upload my code. Feel free pull it into the main branch if this is what you had in mind. It would be possible to sort the genes by contig and position on contig to have an ordered FASTA of marker genes. This isn't currently done for speed reasons but it could be a good complement to a graphic of the dispersion of marker genes across the contigs. My lab also has interest in knowing how evenly dispersed the markers are over the genome bin (to ensure we haven't just happened to assemble a region that is dense in markers which makes it look more complete than it actually is). So, I may work on making a dispersion graphic at some time in the future.
Commit 8ee5f90 message describes the addition in more detail.