This repository has been archived by the owner on May 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
align_reorder.yaml
51 lines (51 loc) · 1.64 KB
/
align_reorder.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
!mobyle/program
name: align_reorder
title: alignment entries reordering
description: Reorders the entries of an MSA
authors: "N\xE9ron, B."
inputs: !mobyle/inputparagraph
children:
- !mobyle/inputprogramparameter
prompt: alignment
format: '" -a " + str( value )'
simple: true
argpos: 2
mandatory: true
name: fasta_align
command: false
type: !mobyle/formattedtype
format_terms: ['EDAM_format:2200']
data_terms: ['EDAM_data:0863']
- !mobyle/inputprogramparameter
prompt: sequences
format: '" -s " + str( value )'
simple: true
argpos: 1
mandatory: true
name: fasta_sequences
command: false
type: !mobyle/formattedtype
format_terms: ['EDAM_format:2200']
data_terms: ['EDAM_data:2044']
outputs: !mobyle/outputparagraph
children:
- !mobyle/outputprogramparameter
prompt: reordered alignment
filenames: '"align_reorder.out"'
name: reordered_alignment
output_type: stdout
type: !mobyle/formattedtype
format_terms: ['EDAM_format:2200']
data_terms: ['EDAM_data:0863']
- !mobyle/outputprogramparameter
prompt: Standard error
filenames: '"align_reorder.err"'
name: stderr
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
comment: <html:div xmlns:html="http://www.w3.org/1999/xhtml">This tool reorders the
entries of an MSA according to a reference set of sequences.</html:div>
operations: ['EDAM_operation:2122']
topics: ['EDAM_topic:0220']
command: align_reorder
env: {}