Changes between Initial Version and Version 1 of FrequentlyAskedQuestions


Ignore:
Timestamp:
Mar 2, 2012, 11:20:14 AM (13 years ago)
Author:
FrederikHeber
Comment:

Added initial FAQ section

Legend:

Unmodified
Added
Removed
Modified
  • FrequentlyAskedQuestions

    v1 v1  
     1= Frequently Asked Questions =
     2
     3Here you can find answers to some of the most frequently asked questions about using MoleCuilder's various interfaces. If you have a question not answered on this page, you can ask it on the MailingList or via email.
     4
     5----
     6[[PageOutline(2-6,,inline)]]
     7----
     8
     9== Command Line == #command-line
     10
     11=== Output Files === #command-line_output-files
     12
     13==== I need the output in format <specific-format>! ====
     14
     15Remember that molecuilder always operates on an output file given by the ''--input'' command. It does recognize the format (by the suffix) if the file is empty (e.g. newly created). Also, additional output formats may be specified. This is done by ''--set-output'' followed by a space-separated list of desired formats, e.g.
     16{{{
     17 ... --set-output tremolo pcp xyz
     18}}}
     19