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
-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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: