usher icon indicating copy to clipboard operation
usher copied to clipboard

does `matUtils extract` has `-M` function?

Open liamxg opened this issue 1 year ago • 3 comments

Dear @yatisht,

I have find the in the webpage https://usher-wiki.readthedocs.io/en/latest/matUtils.html, it has -Mfunction, but when I typematUtils extract`, can not find this function: matUtils extract -i input.pb -a 5 -M my_metadata_1.tsv,my_metadata_2.tsv -k my_sample:25 -j my_sample_context.json

liamxg avatar May 21 '24 23:05 liamxg

I do see it:

> matUtils extract

extract options: -i [ --input-mat ] arg Input mutation-annotated tree file [REQUIRED] -g [ --input-gtf ] arg Input GTF annotations file (only used with --taxodium) -f [ --input-fasta ] arg Input FASTA reference file (only used with --taxodium) -s [ --samples ] arg Select samples by explicitly naming them. One per line -M [ --metadata ] arg Comma-delineated paths to metadata tsv/csvs containing categorical metadata values for a json or taxodium output. Used with -j and -l only -c [ --clade ] arg Select samples by membership in at least one of the indicated clade(s), comma delimited. ...

yatisht avatar May 22 '24 04:05 yatisht

Dear @yatisht, thanks. Is this the least version:

matUtils version
matUtils (v0.5.4)

liamxg avatar May 22 '24 04:05 liamxg

I am using v0.5.6.

yatisht avatar May 22 '24 05:05 yatisht