You don't have javascript enabled. The web-server may behave improperly.

New query
Batch WSDL API
Download
References
News
Server status
Example results
Old TOPCONS
Privacy policy
Help

Your recent jobs:

Queued    0
Running    0
Finished   0
Failed    0





© Arne Elofsson

SciLifeLab Logotype nbis Logotype
SeRC Logotype Stockholm University logotype EGI logotype

WSDL API

You can submit your jobs and fetching results in command line by the WSDL API scripts below

1. Python script topcons2_wsdl.py
usage: topcons2_wsdl.py [-h] -m {submit,get} [-seq FILE] [-jobname STR]
                        [-jobid STR] [-email STR] [-outpath DIR]

Access topcons2 web-server (https://topcons.net) through WSDL service 

optional arguments:
  -h, --help       show this help message and exit
  -m {submit,get}  Set the mode of API
                   submit - submit a job to WSDL
                   get    - retrieve the result from the server
  -seq FILE        Supply input sequence in FASTA format
  -jobname STR     Give the job a name
  -jobid STR       Retrieve the result by supplying a valid jobid
  -email STR       Send a notification to the email when the result is ready
  -outpath DIR     Save the retrieved data to outpath, (default: ./)

Created 2015-02-04, updated 2018-01-12, Nanjiang Shu

Examples:
    # submit test.fa with jobname 'test' to the server 
    topcons2_wsdl.py -m submit -seq test.fa -jobname test

    # try to retrieve the result for jobid 'rst_TTT' and save it to the current directory
    topcons2_wsdl.py -m get -jobid rst_TTT