Hi! I am trying to let our users start Artemis with Java WebStart. I have noticed that it is possible to open a file on startup by giving it in the jnlp file like this:
... <application-desc main-class="uk.ac.sanger.artemis.components.ArtemisMain"> <argument>[% Url to sequence here %]</argument> </application-desc> ... Now I would like Artemis to start with a sequence in fasta format an load one or more feature tables for this sequence. How do I do this? The following won't work: ... <application-desc main-class="uk.ac.sanger.artemis.components.ArtemisMain"> <argument>[% Url to sequence in fasta format here %]</argument> <argument>[% Url to an EMBL feature table %]</argument> </application-desc> ... I get the error: "read failed: [% Url to EMBL feature table %] contains no sequence. I can load the feature table into Artemis as a file the usual way so it is not a problem with the file. Any idea? Thanks in advance, Michael. -- ----------------------------------------------------------- Dipl.-Inform. Michael Nuhn Bioinformatik Zentrum für Nanostrukturtechnologie und Molekularbiologische Technologie +49 (0)631 - 205 4334 [EMAIL PROTECTED] http://nbc3.biologie.uni-kl.de/ ----------------------------------------------------------- _______________________________________________ Artemis-users mailing list Artemis-users@sanger.ac.uk http://lists.sanger.ac.uk/mailman/listinfo/artemis-users