-
Notifications
You must be signed in to change notification settings - Fork 4
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
New mzio version based on initial commit of mzcore #5
base: main
Are you sure you want to change the base?
Conversation
…l changes: * introduce a Cargo.toml for a workspace organization * MGF reader improved for speed * introduce the MgfSpectrum struct containing MgfSpectrumHeader and SpectrumData (more fine-grained data representation) * FASTA API change (configuration at reader/writer construction, allow to access the plain header) * fix FASTA unit tests on Windows (CRLF vs LF) * mzio-py updated to favor the use of core::Result
mzio now depends on mzcore, however since mzcore is not published yet, I'm referrencing it locally using a relative path to mzcore. |
For cargo deps, you can add github dependencies (including pinning to a certain branch or commit):
|
Very nice tip! This would avoid my hacky Python CI, to clone the repo before the build. |
Additiona changes: