Hello,
The updates to aligner's scripting have made it much more useful. However, does aligner allow any method to fully automate the execution of aligner scripts via command line? For example, DNAstar allows you to execute a SeqMan script from the command line by adding the script as an argument after the program path. Similar to this:
path_to_seqman\Seqman.exe "path_to_script"
Can or will something similar be possible with aligner?
In aligner, under preferences->startup, you can set a script path to run at start; however, this really isnt a great solution. We're locked into using the same script each time. Technically we could create code that edits the aligner prefs file prior to initiating the job. Alternately, we could always use the same filename for our script file, and just overwrite the previous one prior to initiating the job. The latter would allow only one job to run at a time. in the meantime, we'd look into applescript as a workaround; however, this is platform specific.