Sample SeqMan Script for Macintosh

Note that when writing an actual script, each command and its parameters should be written all on one line.

 

newProject

assemble

file:"Macintosh HD:Applications:DNASTAR:Demo SeqMan Pro"

          expandDir:true

          optimizeOrder:true

          contamScan:false

          vectScan:true

          trimEnds:true

          doAssemble:true

exportContigs

          contigs:where {length>=300}

          file:"Macintosh HD:Datafolder:Contigs-over-300"

          format:Genbank

          doGaps:false

          doFeature:true

exportSequences

          contigs:{1 2 3}

          file:"Macintosh HD:Datafolder:Contig1-3Seqs"

          format: FAS

          doGaps:true

saveProject   

file:"Macintosh HD:Datafolder:Myproject"