Hi Michael You probably just need to add '+' to the second argument. This should then reproduce how it is run on the command line, i.e.:
art URL1 + URL2 Regards Tim On 8/8/07 14:06, "Michael Nuhn" <[EMAIL PROTECTED]> wrote: > 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 > [email protected] > http://lists.sanger.ac.uk/mailman/listinfo/artemis-users _______________________________________________ Artemis-users mailing list [email protected] http://lists.sanger.ac.uk/mailman/listinfo/artemis-users
