Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options -m and -v not recognised #19

Closed
gkapatai opened this issue Jul 6, 2016 · 2 comments
Closed

Options -m and -v not recognised #19

gkapatai opened this issue Jul 6, 2016 · 2 comments

Comments

@gkapatai
Copy link

gkapatai commented Jul 6, 2016

Running this command:

phenix.py prepare_reference -v gatk -m bowtie2 -r reference.fasta

returned this error: phenix.py: error: unrecognized arguments: -v gatk -m bowtie2

When command changed to:

prepare_reference --variant gatk --mapper bowtie2 -r reference.fasta

it worked fine.

@alexjironkin
Copy link

Where does it mention to run prepare_reference with -v and -m options?

@ulfschaefer
Copy link
Contributor

As per the help and the documentation the shortened version of the parameters are not available for these options.

usage: phenix.py prepare_reference [-h] --reference REFERENCE
[--mapper MAPPER] [--variant VARIANT]

Prepare reference for SNP pipeline by generating required aux files.

optional arguments:
-h, --help show this help message and exit
--reference REFERENCE, -r REFERENCE
Path to reference file to prepare.
--mapper MAPPER Available mappers: ['bwa', 'bowtie2']
--variant VARIANT Available variants: ['mpileup', 'gatk']

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

No branches or pull requests

3 participants