-
Notifications
You must be signed in to change notification settings - Fork 19
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
bash: line 11, 12 and 13: No such file or directory #30
Comments
I also get the same error after multiple re-installs. Sibeliaz runs but with an empty maf file. I installed sibeliaz via conda. |
Same. All the .tmp files are there and populated. So are block* files. Alignment file is also there but it only contains path to the input file e.g. |
Hi all, Thank you for the reports. I will take a look soon. |
Getting the same error here too. Looking forward to trying out the tool! |
Same error for me. Installed using conda. It did however generate the maf and gff files and did not leave any tmp or block* files. The maf file is empty. |
Same here, on the command line it's trying to run the following:
It seems likely that this is the source of the error |
This is caused by https://github.com/medvedevgroup/SibeliaZ/blob/master/SibeliaZ-LCB/sibeliaz#L129
|
@dpryan79 suggestion works if you installed it with bioconda. Thanks! |
Hello,
I recently installed sibeliaz in the cluster were im working using conda as it's shown instalation part. But when im trying to align 2 genomes, like the 2 genomes of the example of the github y get the following output:
`sibeliaz genome1.fa genome2.fa
Constructing the graph...
Threads = 8
Vertex length = 25
Hash functions = 5
Filter size = 17179869184
Capacity = 1
Files:
genome1.fa
genome2.fa
Round 0, 0:17179869184
Pass Filling Filtering
1 25 3
2 0 0
True junctions count = 79040
False junctions count = 0
Hash table size = 79040
Candidate marks count = 500858
Reallocating bifurcations time: 0
True marks count: 500858
Edges construction time: 1
Distinct junctions = 79040
Loading the graph...
Analyzing the graph...
[...................................................]
Generating the output...
Blocks found: 1350
Coverage: 1.00
Performing global alignment..
bash: line 11: : No such file or directory
bash: line 12: : No such file or directory
bash: line 11: : No such file or directory
bash: line 12: : No such file or directory
bash: line 13: : No such file or directory
bash: line 13: : No such file or directory
bash: line 11: : No such file or directory
bash: line 12: : No such file or directory`
And more of the same error.
I tried reinstaling sibeliaz again as i thought it may be that it wasn't installed correctly but the same error keeps appearing, so im not sure what i may be doing wrong or why this problem appears, because it doesnt matter which genomes.
Thanks for the help.
The text was updated successfully, but these errors were encountered: