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

Example Issue #4

Open
elimoss opened this issue Feb 14, 2019 · 4 comments
Open

Example Issue #4

elimoss opened this issue Feb 14, 2019 · 4 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers question Further information is requested

Comments

@elimoss
Copy link
Contributor

elimoss commented Feb 14, 2019

When I run my workflow, I get the following error:

tabix -p vcf p2-0mo/3a.pilon/all_corrections.vcf.gz '' returned non-zero exit status 141.

Here is the code I used to run it:

tabix -p vcf p2-0mo/3a.pilon/all_corrections.vcf.gz

I am trying to run this on the Wits cluster at the following location:

/path/to/folder

Can you please help me resolve this? What additional information would be helpful?

@elimoss elimoss added bug Something isn't working good first issue Good for newcomers question Further information is requested labels Feb 14, 2019
@elimoss elimoss pinned this issue Feb 14, 2019
@tamburinif
Copy link

Hi Eli, is the tabix module loaded and in your $PATH? Try: which tabix

How much memory are you running that step with? Try increasing the memory.

@elimoss
Copy link
Contributor Author

elimoss commented Feb 14, 2019

I tried which tabix and I got

/usr/bin/which: no tabix in (/scg/apps/legacy/software/quast/5.0.2/bin:/scg/apps/legacy/software/python/2.7.9/bin:/scg/apps/legacy/software/gnu/gcc/5.2.0/bin:/home/elimoss/tools/anaconda3/envs/longread_assembly/bin)

@tamburinif
Copy link

Looks like tabix is installed on our system -- try module load tabix

@elimoss
Copy link
Contributor Author

elimoss commented Feb 14, 2019

Huzzah! It worked great! Marking this issue as closed.

(I would now ordinarily mark this issue as closed, but we're leaving it open as a handy reference)

grbot added a commit that referenced this issue May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants