I am running outrigger for the first time. I am running it on an RNA-seq dataset aligned with STAR, which resulted in a .bam file of 3.6 GB and a corresponding SJ.out.tab file of 14.6 MB.
I used the following command:
outrigger index --sj-out-tab *SJ.out.tab --gtf hg19.ensGene.gtf
I obviously forgot to check if there was an option to use multiple cores to run the command. Therefore, it successfully ran for 5 days, up to the Making ".bed" files for exons in each event ... step, which failed due to the following error:
AttributeError: 'Series' object has no attribute 'iteritems'
Any idea on how to fix this? Also, can I re-start the command without repreating the steps that it was able to complete? If so, how?
Thanks for your help.
The conda environment that I am using to run the command has the following packages installed:
Hi,
I am running
outrigger
for the first time. I am running it on an RNA-seq dataset aligned withSTAR
, which resulted in a.bam
file of 3.6 GB and a correspondingSJ.out.tab
file of 14.6 MB.I used the following command:
outrigger index --sj-out-tab *SJ.out.tab --gtf hg19.ensGene.gtf
I obviously forgot to check if there was an option to use multiple cores to run the command. Therefore, it successfully ran for 5 days, up to the
Making ".bed" files for exons in each event ...
step, which failed due to the following error:AttributeError: 'Series' object has no attribute 'iteritems'
Any idea on how to fix this? Also, can I re-start the command without repreating the steps that it was able to complete? If so, how?
Thanks for your help.
The conda environment that I am using to run the command has the following packages installed: