EI-CoreBioinformatics / portcullis

Splice junction analysis and filtering from BAM files
https://ei-corebioinformatics.github.io/portcullis/
GNU General Public License v3.0
38 stars 9 forks source link

Portcullis junc detects no junctions if bam index file already present in bam dir #60

Open OXB-DC opened 2 years ago

OXB-DC commented 2 years ago

Not sure if anyone can reproduce but I am having an issue where Portcullis fails to find any junctions in a bam file when a pre-existing index (.bai) file is present in the same directory as the input bam file. Reindexing before running portcullis does not seem to solve, only deleting or moving the existing index file from the same directory as the input bam file.

It also seem to be producing warnings 'Warning: The index file is older than the data file: ' even though this is not the case. Is it using the date stamp on the newly created symlink to the bam for the date comparison?