-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
I'm having issues with running the pipeline. The first warning message is BiopythonParserWarning. Then next is "No wat to run job"... Upon checking the bam and vcf folders, there were no files generated.
Similarly in the temp folders, the individual folders (callRepSNPs, deriveRepAlleleMartix, deriveRepStats, getVCFStats, q30VarFilter) were generated but no files.
[common@t7920 RedDog_v0.4.8]$ rubra RedDog --config k1locus_config_massive.py --style run > run.txt
/usr/lib64/python2.7/site-packages/Bio/GenBank/Scanner.py:1147: BiopythonParserWarning: Premature end of file in sequence data
BiopythonParserWarning)
/usr/lib64/python2.7/site-packages/Bio/GenBank/init.py:1306: BiopythonParserWarning: Expected sequence length 5248520, found 1855828 (AP006725.1).
BiopythonParserWarning)
Traceback (most recent call last):
File "/usr/bin/rubra", line 11, in
load_entry_point('Rubra==0.1.5', 'console_scripts', 'rubra')()
File "build/bdist.linux-x86_64/egg/rubra/rubra.py", line 66, in main
File "build/bdist.linux-x86_64/egg/ruffus/task.py", line 2671, in pipeline_run
File "build/bdist.linux-x86_64/egg/ruffus/task.py", line 2406, in fill_queue_with_job_parameters
File "build/bdist.linux-x86_64/egg/ruffus/task.py", line 2345, in parameter_generator
ruffus.ruffus_exceptions.RethrownJobError:
Exceptions generating parameters for
'def RedDog.checkBam(...):'
Original exception:
Exception #1
ruffus.ruffus_exceptions.MissingInputFileError(
No way to run job: Input file ['/data3/Analysis/K1_Locus_KP/SNP/RedDog_Output/temp/ERR025468/ERR025468.bam'] does not exist):
for RedDog.checkBam.
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/ruffus/task.py", line 2279, in parameter_generator
check_input_files_exist (*param)
File "build/bdist.linux-x86_64/egg/ruffus/file_name_parameters.py", line 191, in check_input_files_exist
"Input file ['%s'] does not exist" % f)
MissingInputFileError:
No way to run job: Input file ['/data3/Analysis/K1_Locus_KP/SNP/RedDog_Output/temp/ERR025468/ERR025468.bam'] does not exist
The run.txt file
RedDog V1beta.11 - phylogeny run
Copyright (c) 2016 David Edwards, Bernie Pope, Kat Holt
All rights reserved. (see README.txt for more details)
Mapping: Bowtie2 V2.2.9
Preset Option: --sensitive-local
1 replicon(s) in GenBank reference AP006725.1
1 replicon(s) to be reported
25 sequence pair(s) to be mapped
Output folder:
/data3/Analysis/K1_Locus_KP/SNP/RedDog_Output/
Starting pipeline...
444 jobs to be executed in total
414 jobs left to execute
Any ideas?
Thanks