-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi everyone,
Hope you'll help me. I uploaded VAPiD and all necessary modules. Unfortunately, I couldn't start.
Here, the result with my own files.
PS C:\Users\shank\PycharmProjects\BioPython_Tree\VAPiD> python vapid.py C:\Users\shank\PycharmProjects\BioPython_Tree\BioPython_Tree\data\Measles_FORT_L16.fasta ### fasta file
C:\Users\shank\PycharmProjects\BioPython_Tree\BioPython_Tree\data\Measles_FORT-L16.sbt ### sbt file
--metadata_loc C:\Users\shank\PycharmProjects\BioPython_Tree\BioPython_Tree\data\Measles_FORT_L16.csv ### metadata file
--online ### because local DB doesn't work
metadata not found in provided .csv or .csv not created - time for minimal manual entry for sequence - Measles_FORT_L16
Traceback (most recent call last):
File "C:\Users\shank\PycharmProjects\BioPython_Tree\VAPiD\vapid.py", line 958, in
metadata, coverage, full_name_list[x] = do_meta_data(virus_strain_list[x], True, full_name_list[x])
File "C:\Users\shank\PycharmProjects\BioPython_Tree\VAPiD\vapid.py", line 863, in do_meta_data
col = ' [collection-date=' + raw_input('Enter collection date in the format (23-Mar-2005, Mar-2005, or 2005): ').strip() + ']'
NameError: name 'raw_input' is not defined
Why there is no metadata in my csv file? Somebody, say something!
Regards, Andrei