Tag: applescript

  • Applescript: batch translation of CDS features

    Apple’s AppleScript (along with Javascript for Automation) is an easy to write and easy to understand language that allows you to easily automate tasks in supported applications. Many Apple applications have a AppleScript Dictionary that defines what functions you can automate. MacVector has many such functions in its AppleScript Dictionary. You can auto annotate multiple…

  • Batch auto annotation of blank sequences with MacVector and AppleScript

    Over the past few releases we’ve been making more MacVector tools to be scriptable with AppleScript. The latest is Auto Annotation. Auto Annotation is a great tool for curating your sequences. For example if you receive a unannotated sequence then you can scan it against other sequences to find. Blasting an unknown sequence, fetching the…

  • Using Applescript to batch convert files.

    by

    in

    Up until MacVector 13 Applescript support was fairly limited. However, with this release we’ve started to expand it. The first enhancement has been to improve the export of files. Now you can export files to any supported format. Over the next few releases this support will be further expanded to include some analysis tools. If…

  • Troubleshooting: Resetting MacVector’s preferences

    by

    in

    MacVector generally just works. However, even the most well behaved of applications sometime have problems. If you have restarted the application and restarted your Mac then a good troubleshooting step to perform next is to reset your preferences. For Mountain Lion and earlier deleting the preferences meant opening up Finder, navigating to your ~/Library folder…

  • MacVector and Applescript

    Up to MacVector 13 MacVector has had limited Applescript support. The current release (12.7.5) is able to open sequences, print them and that’s about it! We’ve had frequent requests for MacVector to batch process files. So with the new release (coming very soon) you can batch process files. No analysis can be undertaken just yet…