You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To pileup many different contigs I thought of doing modkit pileup --region contig_1,contig_2 since the documentation says Commas are allowed. But that seems to not be correct? I get Error! missing contig.
I can bypass this with the --include-bed option but was wondering. Thanks!
The text was updated successfully, but these errors were encountered:
You can only do one region at a time with --region, I should revise the help string to say "Commas are allowed in the genome coordinates" e.g. "chr20:62,141,748-62,145,077". I found this to be convenient when copy-pasting from IGV, maybe just me though. Some other programs don't seem to let you do this. If you want to use multiple regions, you need to use --include-bed. Maybe I'll add a --regions option.
Hi Art,
To pileup many different contigs I thought of doing
modkit pileup --region contig_1,contig_2
since the documentation saysCommas are allowed
. But that seems to not be correct? I getError! missing contig
.I can bypass this with the
--include-bed
option but was wondering. Thanks!The text was updated successfully, but these errors were encountered: