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

Rna-Seq pipeline breaks while indexing bam file #66

Closed
shassathe opened this issue Mar 31, 2015 · 3 comments
Closed

Rna-Seq pipeline breaks while indexing bam file #66

shassathe opened this issue Mar 31, 2015 · 3 comments

Comments

@shassathe
Copy link
Collaborator

RNa-Seq pipeline fails during indexing of bam file. Here's the error:

samtools: /home/yeo-lab/software/lib/libz.so.1: no version information available (required by samtools)
samtools: /home/yeo-lab/software/lib/libz.so.1: no version information available (required by samtools)
Samtools-htslib-API: bam_index_build2() not yet implemented

@olgabot
Copy link
Collaborator

olgabot commented Mar 31, 2015

What's the command that causes the error?

On Tue, Mar 31, 2015 at 8:58 AM Shashank Sathe notifications@github.com
wrote:

RNa-Seq pipeline fails during indexing of bam file. Here's the error:

samtools: /home/yeo-lab/software/lib/libz.so.1: no version information
available (required by samtools)
samtools: /home/yeo-lab/software/lib/libz.so.1: no version information
available (required by samtools)
Samtools-htslib-API: bam_index_build2() not yet implemented


Reply to this email directly or view it on GitHub
#66.

@shassathe
Copy link
Collaborator Author

samtools index
Here's the log:

INFO 09:45:24,076 QGraph - Failed: 'samtools' 'index' '/oasis/tscc/scratch/shsathe/projects/sebastian_data_2/Unaligned_I6/CV-B_MN_UT_no_NHS_2_AGTCAA_L001_R1.polyATrim.adapterTrim.rmRep.sorted.rg.bam' '/oasis/tscc/scratch/shsathe/projects/sebastian_data_2/Unaligned_I6/CV-B_MN_UT_no_NHS_2_AGTCAA_L001_R1.polyATrim.adapterTrim.rmRep.sorted.rg.bam.bai'

INFO 09:45:24,076 QGraph - Log: /oasis/tscc/scratch/shsathe/projects/sebastian_data_2/Unaligned_I6/CV-B_MN_UT_no_NHS_2_AGTCAA_L001_R1.polyATrim.adapterTrim.rmRep.sorted.rg.bam.bai.out

The output file specifies the error:
"Samtools-htslib-API: bam_index_build2() not yet implemented"

@olgabot
Copy link
Collaborator

olgabot commented Mar 31, 2015

Yep, I'm getting the same error.

$ 'samtools' 'index' '/oasis/tscc/scratch/shsathe/projects/sebastian_data_2/Unaligned_I6/CV-B_MN_UT_no_NHS_2_AGTCAA_L001_R1.polyATrim.adapterTrim.rmRep.sorted.rg.bam' '/oasis/tscc/scratch/shsathe/projects/sebastian_data_2/Unaligned_I6/CV-B_MN_UT_no_NHS_2_AGTCAA_L001_R1.polyATrim.adapterTrim.rmRep.sorted.rg.bam.bai'
samtools: /home/yeo-lab/software/lib/libz.so.1: no version information available (required by samtools)
samtools: /home/yeo-lab/software/lib/libz.so.1: no version information available (required by samtools)
Samtools-htslib-API: bam_index_build2() not yet implemented
Aborted

This isn't using our own samtools, which might be the problem.

$ which samtools
/opt/biotools/samtools/bin/samtools

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

2 participants