Hello Alessandra On 15/06/2015 12:51, Alessandra Gastaldello wrote: > > I would like to have in the images also the SECONDARY STRUCTURE > ANNOTATION and THE LOGO on CONSENSUS HISTOGRAMS. > > I can't figure out how to do this... > > I am thinking that maybe I would have to add some parameters in the > Jalview properties file. You're correct, though you may also need some additional data: since you can only display secondary structure annotation if you actually have some secondary structure information for sequences. Jalview can extract those data automatically from 3D structure, but to do that you'll need to have the PDB files available for your sequences. Alternately, if you have secondary structure annotation, you could turn them into Jalview annotation files. Which do you prefer here ?
Modifying the properties to get the layout/visualisations you need for batch mode. The easiest way to do this is to launch Jalview in interactive mode with the '-props' argument pointing to a copy of your current jalview properties file. Then configure the default annotation options via Tools->Preferences so that consensus sequence logos are displayed automatically. For what you want, though - the relevant property line for showing consensus logos is: SHOW_CONSENSUS_LOGO=true Let me know what you want to do about secondary structure annotation... if you have annotation available it might be easiest to create an importer with a groovy script. Jim. _______________________________________________ Jalview-discuss mailing list [email protected] http://www.compbio.dundee.ac.uk/mailman/listinfo/jalview-discuss
