The error message stated: Argument error: -r intron_analysis/Emihu2data_diploid_TAMA, Does not appear to be a valid IRFinder reference. Could not find intron_analysis/Emihu2data_diploid_TAMA/IRFinder/ref-cover.bed. The reference folder contains a file name genome.fa and transcripts.gtf. The files are bam files previously aligned by STAR. What am I doing wrong? Also this is neither a human or mouse genome. Will IRfinder work for other genomes?
I ran the following code but received an error message.
for f in
ls -1 *_TAMA_diploidAligned.out.bam | sed 's/_TAMA_diploidAligned.out.bam//'
dominiconda3/envs/IRfinder/opt/irfinder-1.3.1/bin/IRFinder -m BAM -r /home/wdmays/intron_analysis/Emihu2data_dipl$ ${f}_TAMA_diploidAligned.out.bam
done
The error message stated: Argument error: -r intron_analysis/Emihu2data_diploid_TAMA, Does not appear to be a valid IRFinder reference. Could not find intron_analysis/Emihu2data_diploid_TAMA/IRFinder/ref-cover.bed. The reference folder contains a file name genome.fa and transcripts.gtf. The files are bam files previously aligned by STAR. What am I doing wrong? Also this is neither a human or mouse genome. Will IRfinder work for other genomes?