-
Notifications
You must be signed in to change notification settings - Fork 12
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
Namespace refactoring #83
Conversation
Codecov Report
@@ Coverage Diff @@
## master #83 +/- ##
========================================
- Coverage 83.02% 83% -0.03%
========================================
Files 62 63 +1
Lines 4160 4142 -18
Branches 430 432 +2
========================================
- Hits 3454 3438 -16
+ Misses 276 272 -4
- Partials 430 432 +2
Continue to review full report at Codecov.
|
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 changes! Looks much more organized.
Currently, I don't use them too. Thank you for removing.
I understand. some |
Merged. Thank you! 👍 |
Changes namespaces of the whole source to make the project more simple.
cljam.io
cljam.algo
cljam.tools
These are breaking changes. Besides, unused items are removed. Please let me know if there's anything that you are concerned about.
In the next stage, I intend to change public I/O APIs as follows:
cljam.io
=>cljam.io.protocols
cljam.io.sam
andcljam.io.bam
=>cljam.io.sam
cljam.io.vcf
andcljam.io.bcf
=>cljam.io.vcf
cljam.io.fasta
andcljam.io.twobit
=>cljam.io.sequence
Current
cljam.io
is not user-friendly because it has unnecessary functions in some cases. Each format ns wraps protocol functions in the next version. To read SAM/BAM,