FreeBayes regd.

Hi,

I followed a FASTQC-BWA-MEM-Samtools view-RmDup-FreeBayes pipeline.
Everything was working fine upto RmDup. However, after having executed
FreeBayes tool, the results reveal 0 lines with comments as below:
[W::hts_idx_load3] The index file is older than the data file: b_71.bam.bai
[W::hts_idx_load3] The index file is older than the data file: b_60.bam.bai
[W::hts_idx_load3] The index file is older than the data file: b_19.bam.bai
[W::hts_idx_load3] The ind

Please help.

regards
Susheel

Hi @susheel_raina

Lines like this are general warning logs from the tool that can be ignored when troubleshooting:

If you are not getting any results, what to check

  1. Does the BAM still contain mapped reads? Samtools stats is one tool choice.
  2. Will those mapped reads will pass the filtering criteria set on the tool form? Click into the “i” icon’s job info page to review all applied parameters in a plainer text format.
  3. Re-confirm that the BAM’s reference index is based on the same genome assembly as chosen on the tool form. Remember this must be exact: even down to the specific way the chromosomes are named.
  4. Learn at GTN → Tutorials using Freebayes

If all that checks out, you can share back your work for more troubleshooting here. This will need the job details, a peek at the file content and metadata plus the server you are working at. Please see the banner at this forum, or directly here, for the how-to →