Skip to content

IntronQuantificationStep fails with soybean genome #10

@chessleensingh

Description

@chessleensingh

This is the error message i got

(beers2_env) (base) sachleen-singh@sachleensingh:~/work/Python_Envs/beers_/CAMPAREE$ bin/run_camparee.py -c /home/sachleen-singh/work/Python_Envs/beers_/fresh_soybean/soybean_expression.yaml -r 9
Running CAMPAREE using the serial job scheduler.
With the following default scheduler parameters:
-default_memory_in_mb : 32000
-default_submission_args : None
-default_num_processors : 8
And a maximum job resubmission limit of 3.
Execution of the Expression Pipeline Started...
Running jobs:0 | Pending jobs:10 | Resub jobs:0 | Completed jobs:0
--Check 10 pending jobs for satisfied dependencies:
Submitting GenomeAlignmentStep command to serial for sample Control_Rep1.
Finished submitting GenomeAlignmentStep command to serial for sample Control_Rep1.
Submitting GenomeAlignmentStep command to serial for sample Treatment_Rep1.
Finished submitting GenomeAlignmentStep command to serial for sample Treatment_Rep1.
Running jobs:0 | Pending jobs:8 | Resub jobs:0 | Completed jobs:2
--Check 8 pending jobs for satisfied dependencies:
Submitting GenomeBamIndexStep command to serial for sample Control_Rep1.
Finished submitting GenomeBamIndexStep command to serial for sample Control_Rep1.
Submitting GenomeBamIndexStep command to serial for sample Treatment_Rep1.
Finished submitting GenomeBamIndexStep command to serial for sample Treatment_Rep1.
Running jobs:0 | Pending jobs:6 | Resub jobs:0 | Completed jobs:4
--Check 6 pending jobs for satisfied dependencies:
Submitting VariantsFinderStep command to serial for sample Control_Rep1.
Finished submitting VariantsFinderStep command to serial for sample Control_Rep1.
Submitting VariantsFinderStep command to serial for sample Treatment_Rep1.
Finished submitting VariantsFinderStep command to serial for sample Treatment_Rep1.
Submitting IntronQuantificationStep command to serial for sample Control_Rep1.
Job submission failed for IntronQuantificationStep:
Job sample: Control_Rep1
Scheduler parameters: {'job_name': 'IntronQuantificationStep_sample1_Control_Rep1', 'stdout_logfile': '/home/sachleen-singh/work/Python_Envs/beers_/fresh_soybean/results_agat/run_9/CAMPAREE/logs/sample1/IntronQuantificationStep.serial.out', 'stderr_logfile': '/home/sachleen-singh/work/Python_Envs/beers_/fresh_soybean/results_agat/run_9/CAMPAREE/logs/sample1/IntronQuantificationStep.serial.err', 'num_processors': None, 'memory_in_mb': None, 'additional_args': ''}
Job command: python /home/sachleen-singh/work/Python_Envs/beers_/CAMPAREE/camparee/intron_quant.py --log_directory_path /home/sachleen-singh/work/Python_Envs/beers_/fresh_soybean/results_agat/run_9/CAMPAREE/logs --data_directory_path /home/sachleen-singh/work/Python_Envs/beers_/fresh_soybean/results_agat/run_9/CAMPAREE/data --bam_file /home/sachleen-singh/work/Python_Envs/beers_/fresh_soybean/results_agat/run_9/CAMPAREE/data/sample1/genome_alignment.Aligned.sortedByCoord.out.bam --output_directory /home/sachleen-singh/work/Python_Envs/beers_/fresh_soybean/results_agat/run_9/CAMPAREE/data/sample1 --info_file /home/sachleen-singh/work/Python_Envs/beers_/fresh_soybean/soybean_Gmax_508_v4_fixed_agat/soybean_Gmax_508_v4_fixed_agat.annotation.txt --par


this is the intron quantification.err file
/home/sachleen-singh/work/Python_Envs/beers_/CAMPAREE/camparee/intron_quant.py:91: SyntaxWarning: "is" with a literal. Did you mean "=="?
antisense_strand = "-" if strand is "+" else "+"
Traceback (most recent call last):
File "/home/sachleen-singh/work/Python_Envs/beers_/CAMPAREE/camparee/intron_quant.py", line 409, in
sys.exit(IntronQuantificationStep.main())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/sachleen-singh/work/Python_Envs/beers_/CAMPAREE/camparee/intron_quant.py", line 388, in main
intron_quant.execute(args.bam_file, args.output_directory, args.info_file)
File "/home/sachleen-singh/work/Python_Envs/beers_/CAMPAREE/camparee/intron_quant.py", line 50, in execute
self.info = AnnotationInfo(geneinfo_file_path, chrom_lengths)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/sachleen-singh/work/Python_Envs/beers_/CAMPAREE/camparee/annotation_info.py", line 219, in init
mintron_before = mintrons[index_before]
~~~~~~~~^^^^^^^^^^^^^^
IndexError: deque index out of range

please help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions