Closed kfuku52 closed 1 year ago
sure! no problem w/ me
Applied the change to getfastq
and quant
in https://github.com/kfuku52/amalgkit/commit/62ac91b798af63055cee842bbb3e44bc4f8d8cd8
@Hego-CCTB Could you take care of --batch in curate
? Currently --batch values do not appear to be used at all except for a few check with is not None
. As we discussed previously, curate
should choose species and detect all necessary input automatically according to --batch.
sure, can do!
@Hego-CCTB bump
I will take care of this soon. I have tons of data lined up for amalgkit curate
which I'd like to run --batch
on.
Added this here, but never made the closing report: https://github.com/kfuku52/amalgkit/commit/b397f1a9b9661d9cedf53a0bc201acc44a73df85
amalgkit curate --batch
works similar to other batch commands for amalgkit, just on species basis, rather than sample basis. i.e. if you have 3 species in your metadata, amalgkit curate --batch 2
will try to process the 2nd species in the metadata sheet (in order of first occurrence).
Currently, --batch takes zero-based index, so, on SGE for example, array jobs should be submitted like
--batch $[${SGE_TASK_ID}-1]
. I'm thinking if it would be better if the index starts from one, not zero. The one-based index is also easy to locate data when browsing the metadata table with Excel. @Hego-CCTB If there is no issue, I'd like to change it.