Welcome, Guest. Please Login or Register
UGENE Bulletin Board
  Welcome to our forum.
  HomeHelpSearchLoginRegister  
 
 
Page Index Toggle Pages: 1
mafft aligner via cmd line (Read 4379 times)
Jul 4th, 2017 at 9:08pm

adam54546   Offline
YaBB Newbies

Posts: 1
*
 
I'm having trouble using the mafft aligner via cmd line on windows. Essentially, it is working and aligning fine, but I want to know the different output formats I can set "--format=" to. Right now I know I can set "--format=" to "clustal" and "fasta", but I want to know what else I can set "--format=" to.
 
IP Logged
 
Reply #1 - Jul 6th, 2017 at 7:56pm

Olga Golosova   Offline
YaBB Administrator

Posts: 338
*****
 
In short, the formats are the following:
* clustal
* fasta
* mega
* msf
* nexus
* phylip-interleaved
* phylip-sequential
* stockholm

Under the hood the commands in the UGENE CLI are workflows of the UGENE Workflow Designer. Theey are actually stored in the "/data/cmdline" subfolder of the UGENE installation folder. If you open the "align-mafft.uwl" file in the Workflow Designer, you can see the available formats in the Property Editor (see the screenshot).

Note that you may run any workflow in the command line, if required.
 

formats.png (22 KB | 378 )
formats.png
IP Logged
 
Reply #2 - Mar 30th, 2019 at 6:28pm

Reedmans   Offline
YaBB Newbies

Posts: 1
*
 
Is it possible to run multiple workflows at the same time in the command line?
 

IP Logged
 
Reply #3 - Apr 1st, 2019 at 11:04am

Olga Golosova   Offline
YaBB Administrator

Posts: 338
*****
 
Quote:
Is it possible to run multiple workflows at the same time in the command line?

Hi! What do you mean by "at the same time"?

You can run any workflow from the command line if you configure the command line aliases properly (see https://ugene.net/wiki/display/WDD32/Running+Workflow+from+the+Command+Line).
And you can run several commands one by one in the command line ("Terminal") windows.

I.e. workflows can be executed simultaneously, the commands that run the workflows will be input one after another.
 
IP Logged
 
Page Index Toggle Pages: 1