Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Confusion about documentation about parameter -c #100

Open
SHuang-Broad opened this issue Sep 17, 2018 · 1 comment
Open

Confusion about documentation about parameter -c #100

SHuang-Broad opened this issue Sep 17, 2018 · 1 comment

Comments

@SHuang-Broad
Copy link

Hi,

I'm reporting a behavior that I was expecting after reading the manual here
http://gmt.genome.wustl.edu/packages/pindel/user-manual.html

-c/--chromosome Which chr/fragment.
Pindel will process reads for one chromosome each time. ChrName must be the same as in reference sequence and in read file. '-c ALL' will make Pindel loop over all chromosomes. The search for indels and SVs can also be limited to a specific region; -c 20:10,000,000 will only look for indels and SVs after position 10,000,000 == [10M, end], -c 20:5,000,000-15,000,000 will report indels in the range between and including the bases at position 5,000,000 and 15,000,000 = [5M, 15M]

It is suggesting that if I specify -c chr1:200000000 (using HG38 human reference), the program should run analysis only from chr1:200000000 till the end of chromosome 1.
But instead I get this error message:

Error, the region end is requested but has not been defined!

Am I misunderstanding things?

Thanks for any clarification!

@liangkaiye
Copy link
Contributor

liangkaiye commented Sep 18, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants