-
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
Can not run ClinSV in Singularity #7
Comments
regarding: "sort: open failed: /home/clinsv/refdata-b37/genome/human_g1k_v37_decoy.fasta.fai:" clinsv.sif does not need to be in path, just in the directory where you are currently at. |
Thank you for your suggestions. singularity run clinsv.sif My system is |
sorry, the error is |
thanks for reporting this issue, but we haven't seen this error. the GLIBC in your system may be different to the one running in the singularity container. We are currently refactoring ClinSV and will run more testing, so hopefully this will ultimately correct this issue. |
Dear Andre,
I installed Singularity by root and download clinsv.sif, refdata and NA12878_v0.9.bam as suggested. Then I run the following code:
$singularity run clinsv.sif \ -i "$input_path/*.bam" \ -ref $refdata_path \ -p $Out_path/project_folder
The error is :
I check the 'bigwig.createWigs.FR05812606.e' file and found
`
sort: open failed: /home/clinsv/refdata-b37/genome/human_g1k_v37_decoy.fasta.fai: No such file or directory
`
However, it worked when I run:
sort -k2,2nr /home//clinsv/refdata-b37/genome/human_g1k_v37_decoy.fasta.fai
I noticed that
However, my "clinsv.sif" file and Singularity file is not located in that path.
Does this cause the error?
How do I set the corrected path of clinsv?
Thank you!
The text was updated successfully, but these errors were encountered: