[main] CMD: /opt/software/Compiler/gcccore/system/bwa/0.7.17/bin/bwa sampe -n 10000000 -N 10000000 /mnt/netapp2/conda_python_envs/py_envs/L1EM//annotation/L1EM.400.fa L1.ab.R1.aln.sai L1.ab.R2.aln.sai L1.fq1.ab L1.fq2.ab
[main] Real time: 17.741 sec; CPU: 9.017 sec
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.af.aln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.aj.aln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.ab.aln.bam'
[E::idx_find_and_load] [E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.am.aln.bam'Could not retrieve index file for '../split_fqs/../split_fqs/L1.ap.a
ln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.ak.aln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.an.aln.bam'
[E::idx_find_and_load] [E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.ai.aln.bam'Could not retrieve index file for '../split_fqs/../split_fqs/L1.ad.a
ln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.ao.aln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.ac.aln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.ae.aln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.aa.aln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.ag.aln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.ah.aln.bam'
[E::idx_find_and_load] Could not retrieve index file for '../split_fqs/../split_fqs/L1.al.aln.bam'
Hi!
After running the following command, according to the wiki:
bash -e run_L1EM_unstranded.sh /fullpathto/sampleA.bam /fullpathto/L1EM /fullpathto/hg38.fa
I get these errors:
This is the content of
split_fqs
directory:As you can see, there are no indexes for
*.aln.bam
files. Do you know how can I solve this? Thanks!