genomeannotation / transvestigator

Validates transcriptome and prepares it for submission to the NCBI
MIT License
3 stars 1 forks source link

read config file #8

Closed bruab closed 9 years ago

bruab commented 9 years ago

then make

transcript.fix_feature_lengths()
transcript.make_positive()
transcript.create_starts_and_stops()

depend on settings in the config file.

(the lines above are from transvestigator.py -- surely there's a clever way to link to them or something?)

bruab commented 9 years ago

okay maybe i copy-paste too zealously; we probably don't need a setting for 'make_positive()'

bruab commented 9 years ago

meh i no longer see the necessity, closing