Open
Description
Hello!
I'm unsure who to reach out to about this, but I'm trying to run the modkit localise (v.0.4.2 because the institution has not upgraded to 0.4.4 yet, but I submitted a request today for this) and I seem to be hitting a wall with this no matter what I input.
The github document does not feel completely clear to me regarding the required arguments, and when I have run modkit localise --help in the linux CLI the only argument it tells me is required is this:
Arguments: <IN_BEDMETHYL> Input bedMethyl table. Should be bgzip-compressed and have an associated Tabix index. The tabix index will be assumed to be $this_file.tbi
My questions are, perhaps:
- Why can't I use a bam file that has been aligned, sorted, and indexed prior to running the localise command?
- Do I need to put in the .gz file or the .tbi file as well into the localise command?
Regarding the subcommands:
- In the --regions subcommand, do I need to create a bed file for only the gene or chromosome that I am analyzing?