Page tree
Skip to end of metadata
Go to start of metadata

Contents

Introduction

FASTA (pronounced FAST-AYE) is a suite of programs for searching nucleotide or protein databases with a query sequence. FASTA itself performs a local heuristic search of a protein or nucleotide database for a query of the same type. FASTX and FASTY translate a nucleotide query for searching a protein database. TFASTX and TFASTY translate a nucleotide database to be searched with a protein query. Optimal searches are available with the programs SSEARCH (local), GGSEARCH (global) and GLSEARCH (global query against local database).

Official Website

Download Software

Important Note

  • We kindly ask all users of EMBL-EBI Web Services to submit tool jobs in batches of no more than 30 at a time and not to submit more until the results and processing is complete. Please ensure that a valid email address is provided. Excessive usage of a particular resource will be dealt with in accordance with EMBL-EBI's Terms of Use. Please contact us if you need further information.

How to Access FASTA

FASTA can be accessed via

Web Form

Web interface for FASTA is available at : 

https://www.ebi.ac.uk/Tools/sss/fasta/ (Protein)

https://www.ebi.ac.uk/Tools/sss/fasta/nucleotide.html (Nucleotide)

https://www.ebi.ac.uk/Tools/sss/fasta/genomes.html (Genome)

https://www.ebi.ac.uk/Tools/sss/fasta/wgs.html (Whole Genome)

How to use this tool

Running a tool from the web form is a simple multiple steps process, starting at the top of the page and following the steps to the bottom.

Each tool has at least 2 steps, but most of them have more:

  • The first steps are usually where the user sets the tool input (e.g. sequences, databases...) (See example input formats)
  • In the following steps, the user has the possibility to change the default tool parameters (See example output formats)
  • And finally, the last step is always the tool submission step, where the user can specify a title to be associated with the results and an email address for email notification. Using the submit button will effectively submit the information specified previously in the form to launch the tool on the server

Note that the parameters are validated prior to launching the tool on the server and in the event of a missing or wrong combination of parameters, the user will be notified directly in the form.

Step 1 - Database

Databases

The databases to run the sequence similarity search against. Multiple databases can be used at the same time. See Databases to run SSS against FASTA for more details.

Step 2 - Sequence

Sequence Input Window

The query sequence can be entered directly into this form. The sequence can be in GCG, FASTA, EMBL (Nucleotide only), GenBank, PIR, NBRF, PHYLIP or UniProtKB/Swiss-Prot (Protein only) format. A partially formatted sequence is not accepted. Adding a return to the end of the sequence may help certain applications understand the input. Note that directly using data from word processors may yield unpredictable results as hidden/control characters may be present.

Sequence File Upload

A file containing a valid sequence in any format (GCG, FASTA, EMBL (Nucleotide only), GenBank, PIR, NBRF, PHYLIP or UniProtKB/Swiss-Prot (Protein only)) can be used as input for the sequence similarity search. Word processors files may yield unpredictable results as hidden/control characters may be present in the files. It is best to save files with the Unix format option to avoid hidden Windows characters.

Sequence Type

Indicates if the query sequence is protein, DNA or RNA. Used to force FASTA to interpret the input sequence as specified type of sequence (via. the '-p', '-n' or '-U' options), this prevents issues when using nucleotide sequences that contain many ambiguous residues.

TypeAbbreviation
PROTEINprotein
DNAdna
RNArna

Default value (for Protein FASTA) is: PROTEIN [protein]

Default value (for Nucleotide, Genome and Whole Genome Shotgun FASTA) is: DNA [dna]

Step 3 - Parameters

Program

The FASTA program to be used for the Sequence Similarity Search

For Protein FASTA:

Program NameDescriptionAbbreviation
FASTAScan a protein or DNA sequence library for similar sequences.fasta
FASTXCompare a DNA sequence to a protein sequence database, comparing the translated DNA sequence in forward and reverse frames.fastx
FASTYCompare a DNA sequence to a protein sequence database, comparing the translated DNA sequence in forward and reverse frames.fasty
SSEARCHCompare a protein or DNA sequence to a sequence database using the Smith-Waterman algorithm.ssearch
GGSEARCHCompare a protein or DNA sequence to a sequence database using a global alignment (Needleman-Wunsch)ggsearch
GLSEARCHCompare a protein or DNA sequence to a sequence database with alignments that are global in the query and local in the database sequence (global-local).glsearch

For Nucleotide/Genome/Whole Genome Shotgun

Program NameDescriptionAbbreviation
FASTAScan a protein or DNA sequence library for similar sequences.fasta
SSEARCHCompare a protein or DNA sequence to a sequence database using the Smith-Waterman algorithm.ssearch
GGSEARCHCompare a protein or DNA sequence to a sequence database using a global alignment (Needleman-Wunsch)ggsearch
GLSEARCHCompare a protein or DNA sequence to a sequence database with alignments that are global in the query and local in the database sequence (global-local).glsearch
TFASTXCompare a protein sequence to a DNA sequence database, calculating similarities with frameshifts to the forward and reverse orientations.tfastx
TFASTYCompare a protein sequence to a DNA sequence database, calculating similarities with frameshifts to the forward and reverse orientations.tfasty

Default value is: FASTA [fasta]

Matrix

(Protein searches) The substitution matrix used for scoring alignments when searching the database. Target identity is the average alignment identity the matrix would produce in the absence of homology and can be used to compare different matrix types. Alignment boundaries are more accurate when the alignment identity matches the target identity percentage.

Matrix NameTarget IdentityAbbreviation
BLOSUM5025%BL50
BLOSUM62
BL62
BLASTP6230%BP62
BLOSUM8040%BL80
PAM25020%P250
PAM12035%P120
MDM4065%M40
MDM2085%M20
MDM1090%M10
VTML16025%VT160
VTML12035%VT120
VTML8040%VT80
VTML4065%VT40
VTML2085%VT20
VTML1090%VT10
N/ANoneNone (Only for Nucleotide/Genome/Whole Genome Shotgun)

Default value for (Protein FASTA) is: BLOSUM50 [BL50]

Default value for (Nucleotide/Genome/Whole Genome Shotgun) is: N/A [none]

Additional information Read more about matrices

Match/mismatch__scores

(Nucleotide searches) The match score is the bonus to the alignment score when matching the same base. The mismatch is the penalty when failing to match.

For Protein

Match/mismatch_scoresAbbreviation
N/Anone

For Nucleotide/Genome/Whole Genome Shotgun

Match/mismatch_scoresAbbreviation
+5/-4+5/-4
+3/-2+3/-2
N/Anone

Default value is: +5/-4

Gap Open Penalty

Score for the first residue in a gap.

Values: default, 0 to -25, -30, -32, -35, -40, -50, -64

Default value for (Protein FASTA)  is: -10

Default value for (Nucleotide)  is: -14

Default value for (Genome/Whole Genome Shotgun) is: -16

Additional information Read more about gap penalties

Gap Extend Penalty

Score for each additional residue in a gap.

Values: default, 0 to -8, -16 

Default value for (Protein FASTA) is: -2

Default value for (Nucleotide/Genome/Whole Genome Shotgun) is: -4

Additional information Read more about gap penalties

KTUP

FASTA uses a rapid word-based lookup strategy to speed the initial phase of the similarity search. The KTUP is used to control the sensitivity of the search. Lower values lead to more sensitive, but slower searches.

Values(Protein): 1,2

Values (Nucleotide/Genome/Whole Genome Shotgun): 2 to 6

Default value (for Protein) is: 2

Default value for (Nucleotide/Genome/Whole Genome Shotgun) is: 6

Expectation Upper Limit

Limits the number of scores and alignments reported based on the expectation value. This is the maximum number of times the match is expected to occur by chance.


1e-600
1e-300
1e-100
1e-50
1e-10
1e-5
0.001
0.1
1
2
5
10
20
50

Default value is: 10

Expectation Lower Limit

Limit the number of scores and alignments reported based on the expectation value. This is the minimum number of times the match is expected to occur by chance. This allows closely related matches to be excluded from the result in favor of more distant relationships.


0 (default)
1e-300
1e-100
1e-50
1e-10
1e-5
0.001
0.1
1
2
5
10
20
50

Default value is: 0 (default) [0]

Strand

For nucleotide sequences specify the sequence strand to be used for the search. By default both upper (provided) and lower (reverse complement of provided) strands are used, for single stranded sequences searching with only the upper or lower strand may provide better results.

Value
none
both
top
bottom

Default value (for Protein) is: N/A [none]

Default value (Nucleotide/Genome/Whole Genome Shotgun) is: both

Histogram

Turn on/off the histogram in the FASTA result. The histogram gives a qualitative view of how well the statistical theory fits the similarity scores calculated by the program.

Default value is: no [false]

Filter

Filter regions of low sequence complexity. This can avoid issues with low complexity sequences where matches are found due to composition rather then meaningful sequence similarity. However in some cases filtering also masks regions of interest and so should be used with caution.

ServiceValueDescription


Protein FASTA

segUses the SEQ filter (Wootton and Federhen, 1993) to replace low-complexity regions with 'X' in protein query sequences.
xnuUses the XNU filter (Claverie and States, 1993) to mask statistically significant tandem repeats in protein query sequences.
seg+xnuUses both SEG and XNU to filter low-complexity regions and statistically significant tandem repeats in protein query sequences.
Nucleotide FASTAdustUses the DUST filter (Tatusov and Lipman) to mask simple repeats in DNA/RNA sequences.
Protein/Nucleotide/Genome/Whole Genome FASTA noneNo filtering of the query sequence.

Default value is: none

Statistical Estimates

The statistical routines assume that the library contains a large sample of unrelated sequences. Options to select what method to use include regression, maximum likelihood estimates, shuffles, or combinations of these.

ServiceNameDescriptionValue


Protein/Nucleotide

MLEUses Maximum Likelihood Estimates of Lambda and K.2
Altshul-GishUses Altschul-Gish parameters (Altschul and Gish, 1996).3
Regress/shuf.Estimate the statistical parameters from shuffled copies of each library sequence using the Regress method above.11
MLE/shuf.Estimate the statistical parameters from shuffled copies of each library sequence using the Maximum Likelihood Estimates method above.12
Protein/Nucleotide/Genome/Whole GenomeRegressUses a weighted regression of average score vs library sequence length.1

Default value is: Regress [1]

Scores

Maximum number of match score summaries reported in the result output.


10
20
30
40
50
60
70
80
90
100
150
200
250
500
750
1000

Default value is: 50

Alignments

Maximum number of match alignments reported in the result output.


10
20
30
40
50
60
70
80
90
100
150
200
250
500
750
1000

Default value is: 50

Sequence Range

Specify a range or section of the input sequence to use in the search. Example: Specifying '34-89' in an input sequence of total length 100, will tell FASTA to only use residues 34 to 89, inclusive.

Default value is: START-END

Database Range

Specify the sizes of the sequences in a database to search against. For example: 100-250 will search all sequences in a database with length between 100 and 250 residues, inclusive.

Default value is: START-END

HSPs

Turn on/off the display of all significant alignments between query and library sequence.

Default value is: no [false]

Score Format

Different score report formats.

NameDescriptionValue
DefaultDefault FASTA score formatdefault
-m 8 -- blast tabularTo output BLAST tabular format.8
-m 8C -- BLAST tabular with commentsTo output format.8C
-m 8Cc -- BLAST tabular with -m 9c alignment encoding and domain informationTo output BLAST tabular with -m 9c alignment encoding and domain information format.8Cc
-m 8CC -- BLAST tabular with CIGAR and domain informationTo output BLAST tabular with CIGAR and domain information format.8CC
-m 8CD -- BLAST tabular with variation and domain informationTo output BLAST tabular with variation and domain information.8CD
-m 9 -- with coordinates scores and %identityTo extend scores report with coordinates scores and %identity.9
-m 9C -- with CIGAR alignmentTo display an alignment code in CIGAR format.9C
-m 9c -- with encoded alignmentTo extend scores report with coordinate, %identity and encoded alignment details.9c
-m 9i -- with identity and lengthTo extend scores report with %identity and length only.9i

Default value is: Default [default]

Translation Table

Query Genetic code to use in translation

NameValue
N/A-1
Standard1
Vertebrate Mitochondrial2
Yeast Mitochondrial3
Mold Mitochondrial Protozoan Mitochondrial Coelenterate4
Invertebrate Mitochondrial5
Ciliate Nuclear Dasycladacean Nuclear Hexamita Nuclear6
Echinoderm Mitochondrial Flatworm Mitochondrial9
Euplotid Nuclear10
Bacterial and Plant Plastid11
Alternative Yeast Nuclear12
Ascidian Mitochondrial13
Alternative Flatworm Mitochondrial14
Blepharisma Macronuclear15
Chlorophycean Mitochondrial16
Trematode Mitochondrial21
Scenedesmus obliquus Mitochondrial22
Thraustochytrium Mitochondrial23

Default value is: Standard [1]

Annotation Features

Turn on/off annotation features. Annotation features shows features from UniProtKB, such as variants, active sites, phospho-sites and binding sites that have been found in the aligned region of the database hit. To see the annotation features in the results after this has been enabled, select sequences of interest and click to 'Show' Alignments. This option also enables a new result tab (Domain Diagrams) that highlights domain regions.

Default value is: no [false]

Step 4 - Submission

Job title

It's possible to identify the tool result by giving it a name. This name will be associated to the results and might appear in some of the graphical representations of the results.

Email Notification

Running a tool is usually an interactive process, the results are delivered directly to the browser when they become available. Depending on the tool and its input parameters, this may take quite a long time. It's possible to be notified by email when the job is finished by simply ticking the box "Be notified by email". An email with a link to the results will be sent to the email address specified in the corresponding text box. Email notifications require valid email addresses.

Email Address

If email notification is requested, then a valid Internet email address in the form joe@example.org must be provided. This is not required when running the tool interactively (The results will be delivered to the browser window when they are ready).

FASTA Help and Documentation#Top


Web Services

Web Services are available using REST and SOAP protocols that enable programmatic access and allow their integration into other applications and analytical workflows and pipelines. 

For an introduction on how to run these clients and use them in workflows please see the webinar series.


REST API

The Representational State Transfer (REST) sample clients are provided for a number of programming languages. For details of how to use these clients, download the client and run the program without any arguments.

LanguageDownloadRequirements
Perlfasta.plLWP and XML::Simple

Python

fasta.py

xmltramp2

For details see Environment setup for REST Web Services and Examples for Perl REST Web Services Clients pages.

WADL

The WADL for the FASTA (REST) service: http://www.ebi.ac.uk/Tools/services/rest/fasta?wadl

Parameters

Command line parameter

PROGRAM

--program
MATRIX--matrix
GAP OPEN--gapopen
GAP EXTEND--gapext
KTUP--ktup
EXPECTATION--expupperlim
EXPECTATION--explowlim
DNA STRAND--strand
HISTOGRAM--hist
FILTER--filter
STATISTICAL ESTIMATES--stats
SCORES--scores
ALIGNMENTS--alignments
SEQUENCE RANGE--seqrange
DATABASE RANGE--dbrange
MULTI HSPs--hsps
SCORE FORMAT--scoreformat
ANNOTATION--annotfeats

FASTA Help and Documentation#Top


SOAP API

The Simple Object Access Protocol (SOAP) sample clients are provided for a number of programming languages. For details of how to use these clients, download the client and run the program without any arguments.

WSDL

The WSDL for the FASTA (SOAP) service: http://www.ebi.ac.uk/Tools/services/soap/fasta?wsdl

The Kissinger Research Group, University of Georgia provide a SAWSDL for the FASTA (SOAP) web service, which is annotated using OBIwshttp://mango.ctegd.uga.edu/jkissingLab/SWS/Wsannotation/resources/fasta.sawsdl


MethodsDescriptionArgumentsReturns

getParameters()

Get a list of the parameter names.nonea list of strings giving the names of the parameters.

getParameterDetails(parameterId)

Get details of a specific parameter.parameterId: identifier/name of the parameter to fetch details of.a wsParameterDetails describing the parameter and its values.

run(email, title, params)

Submit a job to the service.
  • email: (required) user e-mail address. See Why do you need my e-mail address?

  • title: job title. Default: ””.

  • params: (required) parameters for the tool. These are described by the InputParameters data structure.

a string containing the job identifier (jobId).

getStatus(jobId)

Get the status of a submitted job.jobId: (required) job identifier.

a string containing the status.

The values for the status are:

  • RUNNING: the job is currently being processed.

  • FINISHED: job has finished, and the results can then be retrieved.

  • ERROR: an error occurred attempting to get the job status.

  • FAILURE: the job failed.

  • NOT_FOUND: the job cannot be found.

getResultTypes(jobId)

Get the available result types for a finished job.jobId: (required) job identifier.a list of wsResultType data structures describing the available result types.

getResult(jobId, type, parameters)

Get the result of a job of the specified type.
  • jobId: (required) job identifier.

  • type: (required) string specifying the result type to fetch. See getResultTypes(jobId) for details of the available types.

  • parameters: optional list of wsRawOutputParameter used to provide additional parameters for derived result types.

Returns: the result data for the specified type, base64 encoded. Depending on the SOAP library and programming language used the result may be returned in decoded form. For some result types (e.g. images) this will be binary data rather than a text string.

InputParameters

The input parameters for the job:

AttributeTypeDescription
programstringFASTA suite program to use for search. Required.
stypestringQuery sequence type. One of: dna, rna or protein. Required.
matrixstringScoring matrix to be used in for protein search.
match_scoresstringMatch/missmatch scores for nucleotide search.
gapopenintScore for the initiation of a gap.
gapextintScore for each base/residue in a gap.
hspsbooleanEnable/disable output of multiple alignments per-hit.
expupperlimdoubleUpper E-value threshold.
explowlimdoubleLower E-value threshold.
strandstringNucleotide sequence strand to use for search. One of: both, top or bottom.
histbooleanDisplay histogram.
annotfeatsbooleanDisplay annotation features.
scoresintMaximum number of scores displayed in the output.
alignmentsintMaximum number of alignments displayed in the output.
scoreformatstringFormat for scores table in FASTA output.
statsstringStatistical model to use.
annotsymstringAnnotation symbols to appear on alignments for query and/or database.
seqrangestringRegion of the query sequence to use for the search. Default: whole sequence.
dbrangestringRange of sequence lengths in search database to include in search. Default: all sequences.
filterstringLow complexity sequence filter to process the query sequence before performing the search.
sequencestringQuery sequence. The use of fasta formatted sequence is recommended. Required.
databaselistList of database names for search. Required.
ktupintWord size to use for sequence comparisons.

More detailed information about each parameter, including valid values can be obtained using the getParameterDetails(parameterId) operation.

wsParameterDetails

Descriptive information about a tool parameter. Returned by getParameterDetails(parameterId).

AttributeTypeDescription
namestringName of the parameter.
descriptionstringDescription of the parameter, suitable for use in option help interfaces.
typestringData type of the parameter.
valueslist of wsParameterValueList of valid values for the option.

wsParameterValue

Description of a tool parameter value. Used in wsParameterDetails.

AttributeTypeDescription
labelstringDisplay name of the value, for use in interfaces.
valuestringString representation of the value to be passed to the tool parameter.
defaultValuebooleanFlag indicating if this value is the default.
propertieslist of FASTA Help and Documentation#wsPropertyList of key/value pairs providing further information.

wsProperty

Properties of a tool parameter value. Used in wsParameterValue.

AttributeTypeDescription
keystringProperty name
valuestringProperty value

wsRawOutputParameter

Additional parameters passed when requesting a result. See getResult(jobId, type, parameters).

AttributeTypeDescription
namestringParameter name
valuelist of stringParameter value

wsResultType

Description of a result type. Returned by getResultTypes(jobId).

AttributeTypeDescription
identifierstringIdentifier for the result type. Passed as type to getResult(jobId, type, parameters).
labelstringDisplay name for use in user interfaces.
descriptionstringDescription of the result type, for use in help interfaces.
mediaTypestringMIME type of the returned data.
fileSuffixstringSuggested suffix for file name, if writing data to disk.

Open API Interface

https://www.ebi.ac.uk/Tools/common/tools/help/index.html?tool=fasta



List of Endpoints

Endpoints

DescriptionArgumentsReturns

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameters

Get a list of the parameter names.noneA list of strings giving the names of the parameters.

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/program

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/stype

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/matrix

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/match_scores

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/gapopen

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/gapext

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/hsps

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/expupperlim

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/strand

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/hist

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/scores

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/alignments

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/scoreformat

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/stats

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/annotfeats

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/annotsym

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/dbrange

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/seqrange

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/filter

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/transltable

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/sequence

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/database

https://www.ebi.ac.uk/Tools/services/rest/fasta/parameterdetails/ktup


Get details of a specific parameter.parameterdetail: identifier/name of the parameter to fetch details of.A wsParameterDetails describing the parameter and its values.

https://www.ebi.ac.uk/Tools/services/rest/fasta/run

Submit a job to the service.

email: (required) user e-mail address. See Why do you need my e-mail address?

title: job title. Default: ””.

params: (required) parameters for the tool. These are described by the InputParameters data structure.

A string containing the job identifier (jobId).

https://www.ebi.ac.uk/Tools/services/rest/fasta/status/<jobid>

Get the status of a submitted job.jobId: (required) job identifier.

A string containing the status.

The values for the status are:

  • RUNNING: the job is currently being processed.

  • FINISHED: job has finished, and the results can then be retrieved.

  • ERROR: an error occurred attempting to get the job status.

  • FAILURE: the job failed.

  • NOT_FOUND: the job cannot be found.

Further details can be found in Synchronous and Asynchronous Access: Job Dispatcher.

https://www.ebi.ac.uk/Tools/services/rest/fasta/resulttypes/<jobid>

Get the available result types for a finished job.

jobId: (required) job identifier.

Returns: a list of wsResultType data structures describing the available result types.

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/out

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/m9

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/sequence

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/ids

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/accs

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/xml

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/visual-svg

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/visual-png

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/visual-jpg

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/ffdp-query-svg

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/ffdp-query-png

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/ffdp-query-jpeg

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/ffdp-subject-svg

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/ffdp-subject-png

https://www.ebi.ac.uk/Tools/services/rest/fasta/result/<jobid>/ffdp-subject-jpeg


Get the result of a job of the specified type.

jobId: (required) job identifier.

type: (required) string specifying the result type to fetch. See getResultTypes(jobId) for details of the available types.

parameters: optional list of wsRawOutputParameter used to provide additional parameters for derived result types.

Returns: the result data for the specified type, base64 encoded. Depending on the SOAP library and programming language used the result may be returned in decoded form. For some result types (e.g. images) this will be binary data rather than a text string.

FASTA Help and Documentation#Top


Common Workflow Language

CWL (Common Workflow Language) implementation for consuming EMBL-EBI Bioinformatics Web Services tools' clients are available at https://github.com/ebi-wp/webservice-cwl

For details, see CWL Workflows page. 

FASTA Help and Documentation#Top


Reference 

FASTA

EBI  Web Services

  • No labels