mountainsort_examples
mountainsort_examples copied to clipboard
Using curation with ms4alg.sort
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?
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
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 .
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?
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.