We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear authors
I would like to generate a customized reference. Unfortunately I get an error which I do not understand.
(rnaseq) [staedlen@rkanc014is01 my_rnaseq]$ arcasHLA customize -G hla.tsv -o ~/ref cat /tmp/arcas_a3d6b773-6a44-4509-8212-c3f702f4bbfd/subjects.txt | parallel -j 1 /gpfs/scratchfs01/site/u/staedlen/conda/envs/rnaseq/share/arcas-hla-0.5.0-3/scripts/..//arcasHLA customize --subject {//} --genotype {/} --resolution 2 --grouping protein-group --transcriptome full --outdir /home/staedlen/ref//{//} --temp /tmp/arcas_a3d6b773-6a44-4509-8212-c3f702f4bbfd//{//} Traceback (most recent call last): File "/gpfs/scratchfs01/site/u/staedlen/conda/envs/rnaseq/share/arcas-hla-0.5.0-3/scripts/customize.py", line 355, in <module> run_command(command) File "/gpfs/scratchfs01/site/u/staedlen/conda/envs/rnaseq/share/arcas-hla-0.5.0-3/scripts/arcas_utilities.py", line 82, in run_command command = ' '.join(command) TypeError: sequence item 11: expected str instance, int found
hla.tsv is a tab separate file as in the readme.
It would be great to have your advise.
I installed arcasHLA using conda (bioconda).
Thank you!
Nicolas
The text was updated successfully, but these errors were encountered:
hla.tsv have some na I got the same error . I donnot know how to resolved
Sorry, something went wrong.
No branches or pull requests
Dear authors
I would like to generate a customized reference. Unfortunately I get an error which I do not understand.
(rnaseq) [staedlen@rkanc014is01 my_rnaseq]$ arcasHLA customize -G hla.tsv -o ~/ref cat /tmp/arcas_a3d6b773-6a44-4509-8212-c3f702f4bbfd/subjects.txt | parallel -j 1 /gpfs/scratchfs01/site/u/staedlen/conda/envs/rnaseq/share/arcas-hla-0.5.0-3/scripts/..//arcasHLA customize --subject {//} --genotype {/} --resolution 2 --grouping protein-group --transcriptome full --outdir /home/staedlen/ref//{//} --temp /tmp/arcas_a3d6b773-6a44-4509-8212-c3f702f4bbfd//{//} Traceback (most recent call last): File "/gpfs/scratchfs01/site/u/staedlen/conda/envs/rnaseq/share/arcas-hla-0.5.0-3/scripts/customize.py", line 355, in <module> run_command(command) File "/gpfs/scratchfs01/site/u/staedlen/conda/envs/rnaseq/share/arcas-hla-0.5.0-3/scripts/arcas_utilities.py", line 82, in run_command command = ' '.join(command) TypeError: sequence item 11: expected str instance, int found
hla.tsv is a tab separate file as in the readme.
It would be great to have your advise.
I installed arcasHLA using conda (bioconda).
Thank you!
Nicolas
The text was updated successfully, but these errors were encountered: