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

prepare-ref only accepts '-o', not '--out' option #6

Open
jfass opened this issue Jul 1, 2022 · 1 comment
Open

prepare-ref only accepts '-o', not '--out' option #6

jfass opened this issue Jul 1, 2022 · 1 comment

Comments

@jfass
Copy link

jfass commented Jul 1, 2022

using current commit, in a docker / conda environment

##############
docker run --rm -v pwd:/data -w /data rna-hla-hlapers
/bin/bash -c '/opt/conda run --no-capture-output -n hp-env
hlapers prepare-ref
--transcripts ref/gencode.v21.pc_transcripts.fa
--annotations ref/gencode.v21.annotation.gtf
--imgt ref/IMGTHLA
--out ref/hlapers'
ERROR: unknown parameter --out
Usage: hlapers prepare-ref [options]

-t | --transcripts Fasta with Gencode transcript sequences.
-a | --annotations GTF from Gencode for the same Genome version.
-i | --imgt Path to IMGT directory.
-o | --out Output directory.
ERROR conda.cli.main_run:execute(41): conda run hlapers prepare-ref --transcripts ref/gencode.v21.pc_transcripts.fa --annotations ref/gencode.v21.annotation.gtf -- imgt ref/IMGTHLA --out ref/hlapers failed. (See above for error)
##############

(when modified to '-o ref/hlapers', it works)

@jfass
Copy link
Author

jfass commented Jul 5, 2022

... also bam2fq only accepts "-m", not "--mhc-coords"

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

1 participant