-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
I am using your tool in the bash version with the model organism procedure. The model organism is mus musculus and I downloaded the data from here: https://hgdownload.soe.ucsc.edu/goldenPath/mm39/bigZips/ (mm39.fa.out and mm39.fa) and
https://hgdownload.soe.ucsc.edu/goldenPath/mm39/bigZips/genes/ (refGene.gtf).
To run the code I used the following command:
bash ~/ExplorATE_shell_script/ExplorATE mo -p20 -f mm39.fa -g refGene.gtf -r mm39.fa.out -e se -l ~/data/gene-expression/merged_fastq/ -o output/
and I got the following error:
[2024-02-07 14:03:25.775] [puff::index::jointLog] [critical] The decoy file contained the names of 2162318 decoy sequences, but 2162315 were matched by sequences in the reference file provided. To prevent unintentional errors downstream, please ensure that the decoy file exactly matches with the fasta file that is being indexed.
[2024-02-07 14:03:27.960] [puff::index::jointLog] [error] The fixFasta phase failed with exit code 1
Do you have any idea why this occurs? Does the problem is related to my genome fasta file or fastq files?
Thank you,
Marta
NOTE: I used salmon 1.10.2 and bedtools v2.31.1