glormph / kantele

Lab proteomics raw and search data management
2 stars 1 forks source link

The analysis front/back needs some redoing to also support pgt, now it is very centered around the dda pipeline #47

Closed glormph closed 3 months ago

glormph commented 1 year ago

The analysis front/back needs some redoing to also support pgt, now it is very centered around the dda pipeline. Look at #28 before redoing since otherwise you'll spend time looking at it later.

glormph commented 1 year ago

This includes some ground work, making things a bit more overseeable:

glormph commented 1 year ago

To remove the v1 pipeline API we'll have to:

So that item will likely be done later.

glormph commented 11 months ago

Remember to deploy in two steps:

glormph commented 11 months ago

The migrations in that PR have been deployed but the value field is not in the code on prod yet, so we can't edit it :( Deploy more code as soon as ready with the PsetComponents.

glormph commented 7 months ago

Psetcomponents PR is live, proceed with non-mzml stuff and ui-api versioning deletion

glormph commented 7 months ago

The analysis should be blocked by:

glormph commented 5 months ago

Almost there, also need to rework setname/samplename to be able to include stuff from the input def per file or dataset (pep prefix etc). Specifically, all the things we don't have already explicit support for (plate, fraction, etc) - we can have dynamic parameter fields.

They would all have to be text for now, until we'd include "picking inputdef from an enum" but that would limit the amount of pipelines we can run. This was done in #82