-
Notifications
You must be signed in to change notification settings - Fork 8
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
exist status: 512 #36
Comments
I think your error has to do with the reference genome not being found, i.e the path If your set up is like this:
You should then have these path variables:
If you have set it up like above, ClinSV should automatically make the sampleInfo.txt file from your input bam files (in the example above, your current working directory). |
Still not working. Same exit status: 512. |
Hi, clinsv is not designed for long reads. Suggest you look into sniffles.
All the best, Mark
…On Tue, 2 Aug 2022, 2:43 am vicrocodile, ***@***.***> wrote:
Still not working. Same exit status.
—
Reply to this email directly, view it on GitHub
<#36 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEQQM52ZERAN6AEXN3D2P3VW75CZANCNFSM53POIDFQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I'm new to bioinformatics so hope my procedure and questions are well explained.
I tried to use the docker image for clinSV but I got a message pointing out that need to exit and make a new copy of
sampleInfo.txt
. I made a new file namedsampleInfo_mod.txt
, and so I used this code.however i got a new error
Looked up to
/app/project_folder/alignments/Human-3700/bw/sh/bigwig.createWigs.Human-3700.e
and got this:I did check the file the supposedly is missing but it seems to be ok.
What should I do?
So i got a few questions besides this error
sampleInfo_mod.txt
so basically is a 2 line text file with the name of my files in each line. Is that the correct way?Thanks.
The text was updated successfully, but these errors were encountered: