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

Windows doesn't work at the moment (on Ecoli K12) #2

Open
rmcolq opened this issue Dec 13, 2015 · 0 comments
Open

Windows doesn't work at the moment (on Ecoli K12) #2

rmcolq opened this issue Dec 13, 2015 · 0 comments

Comments

@rmcolq
Copy link
Collaborator

rmcolq commented Dec 13, 2015

Coming unstuck with a samtools line.

Originally code read:
samtools sort -o test/Ecoli_K12/reads_sorted.bam test/Ecoli_K12/reads.bam
[E::hts_open] fail to open file 'test/Ecoli_K12/reads_sorted.bam'
[bam_sort_core] fail to open file test/Ecoli_K12/reads_sorted.bam

Changed order to:
samtools sort test/Ecoli_K12/reads.bam -o test/Ecoli_K12/reads_sorted.bam
And got:
Segmentation fault (core dumped)
[test/Ecoli_K12=$base_dir]

It's been forever since I ran this bit of the code last. For another day now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant