root@0347c74eafd1:/TA_codes# ./pipeline.sh
../sample_vcf/processed_vcf_files/chr1
Traceback (most recent call last):
File "TRS.py", line 111, in <module>
indel_snp_gap_info = variant_mask(chr_no, start_pos, stop_pos, variant_path, refDB_path, out_path, time_stamp, variant_mask_condition)
File "TRS.py", line 44, in variant_mask
df = pd.read_csv(variant_path+filename, sep='\t', header=0)
File "/usr/local/lib/python2.7/dist-packages/pandas/io/parsers.py", line 562, in parser_f
return _read(filepath_or_buffer, kwds)
File "/usr/local/lib/python2.7/dist-packages/pandas/io/parsers.py", line 315, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/usr/local/lib/python2.7/dist-packages/pandas/io/parsers.py", line 645, in __init__
self._make_engine(self.engine)
File "/usr/local/lib/python2.7/dist-packages/pandas/io/parsers.py", line 799, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "/usr/local/lib/python2.7/dist-packages/pandas/io/parsers.py", line 1213, in __init__
self._reader = _parser.TextReader(src, **kwds)
File "pandas/parser.pyx", line 358, in pandas.parser.TextReader.__cinit__ (pandas/parser.c:3427)
File "pandas/parser.pyx", line 628, in pandas.parser.TextReader._setup_parser_source (pandas/parser.c:6861)
IOError: File ../sample_vcf/processed_vcf_files/chr1 does not exist
BLAST Database error: No alias or index file found for nucleotide database [../sample_genome/zmv2all] in search path [/TA_codes::]
Traceback (most recent call last):
File "PSE.py", line 217, in <module>
min_pimer_len = len(min(d,key=len))
ValueError: min() arg is an empty sequence
Traceback (most recent call last):
File "PPS.py", line 305, in <module>
primer_picking_output = pick_primer_pairs(input_file)
File "PPS.py", line 95, in pick_primer_pairs
f = open(input_file)
IOError: [Errno 2] No such file or directory: 'TA_2018-09-15T15_05_47_594494/TA_2018-09-15T15_05_47_594494_PSE_out3_1.csv'
Hello,
We tried to use the program but we couldn't make it. Could you please check the errors and help me to fix this? Our input contains only one chromosome, thus we changed the "chr_no" and "no_chrs_in_genome " to "1" at 'ThermoAlign/TA_codes/parameters.py' file.