New mzio version based on initial commit of mzcore#5
New mzio version based on initial commit of mzcore#5david-bouyssie wants to merge 15 commits intorusteomics:mainfrom
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: