~ubuntu-branches/debian/jessie/ugene/jessie

« back to all changes in this revision

Viewing changes to data/workflow_samples/users/CreateAlignment.usa

  • Committer: Package Import Robot
  • Author(s): Steffen Moeller
  • Date: 2011-11-02 13:29:07 UTC
  • mfrom: (1.2.1) (3.1.11 natty)
  • Revision ID: package-import@ubuntu.com-20111102132907-o34gwnt0uj5g6hen
Tags: 1.9.8+repack-1
* First release to Debian
  - added README.Debian
  - increased policy version to 3.9.2
  - added URLs for version control system
* Added debug package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE GB2WORKFLOW>
 
2
<Actor>
 
3
 <Input-port>
 
4
  <In-Slots Slot="seq"/>
 
5
 </Input-port>
 
6
 <Output-port>
 
7
  <Out-Slots Slot="malignment"/>
 
8
 </Output-port>
 
9
 <Attributes>
 
10
  <Attribute Type="number" Name="len"/>
 
11
 </Attributes>
 
12
 <Element-name Name="Create alignment example"/>
 
13
 <Element-description Description="Creates alignment from sequences with length less than len"/>
 
14
</Actor>