mountainsort_examples icon indicating copy to clipboard operation
mountainsort_examples copied to clipboard

Using curation with ms4alg.sort

Open Bassir opened this issue 6 years ago • 4 comments

Based on the MS3 docs it seems the curate flag needs to be set to true to run automatic curation. Is there documentation on how to do this with ms4alg.sort?

Bassir avatar Mar 21 '19 16:03 Bassir

Hello has this been answered elsewhere as I need to understand that as well. The sorting batch example doesn't seem to explain how to do automatic curation: https://github.com/flatironinstitute/mountainsort_examples/blob/master/bash_examples/001_ms4_bash_example/ms4_sort_bash.sh

dragospekic avatar Sep 26 '19 15:09 dragospekic

The docs will need to be updated. For now, please see the following for an example: https://github.com/edeno/franklab_sorting_pipeline

On Thu, Sep 26, 2019 at 11:35 AM dragospekic [email protected] wrote:

Hello has this been answered elsewhere as I need to understand that as well. The sorting batch example doesn't seem to explain how to do automatic curation:

https://github.com/flatironinstitute/mountainsort_examples/blob/master/bash_examples/001_ms4_bash_example/ms4_sort_bash.sh

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/flatironinstitute/mountainsort_examples/issues/22?email_source=notifications&email_token=AA4CIQCOVOVZBC33O2VESTTQLTJEZA5CNFSM4HAHRFQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7WAI5A#issuecomment-535561332, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4CIQECEHIIEU6B7K2JJQLQLTJEZANCNFSM4HAHRFQA .

magland avatar Sep 30 '19 13:09 magland

I can't find any reference to the curation with ms4alg itself in that link. It's all python code, and the call to ml_ms4alg doesn't include a curation parameter. Am I missing something here?

ralbso avatar Nov 11 '19 18:11 ralbso

See the code in here: https://github.com/edeno/franklab_sorting_pipeline/blob/master/sort_animal_day.py

It computes metrics used for curation, makes a label map, and applies a label map.

magland avatar Nov 18 '19 14:11 magland