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
/
concatfasta_1.0.yaml
59 lines (59 loc) · 1.88 KB
/
concatfasta_1.0.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
52
53
54
55
56
57
58
59
!mobyle/program
name: concatfasta
version: '1.0'
title: concatfasta
description: Concatenation of sequences from two fasta files with exactly the same
sequence identifiers
authors: Maufrais Corinne
inputs: !mobyle/inputparagraph
children:
- !mobyle/inputprogramparagraph
prompt: Input section
name: input
children:
- !mobyle/inputprogramparameter
prompt: Fasta file
format: ("", " -f " + str(value))[value is not None]
simple: true
argpos: 1
mandatory: true
name: firstFile
command: false
type: !mobyle/formattedtype
format_terms: ['EDAM_format:2200']
data_terms: ['EDAM_data:2044']
- !mobyle/inputprogramparameter
prompt: Fasta file
format: ("", " -s " + str(value))[value is not None]
simple: true
argpos: 2
mandatory: true
name: scdFile
command: false
type: !mobyle/formattedtype
format_terms: ['EDAM_format:2200']
data_terms: ['EDAM_data:2044']
outputs: !mobyle/outputparagraph
children:
- !mobyle/outputprogramparagraph
prompt: Input section
name: input
children:
- !mobyle/outputprogramparameter
prompt: Sequence(s) file
filenames: '"concatfasta.out"'
name: outfile
output_type: stdout
type: !mobyle/formattedtype
format_terms: ['EDAM_format:2200']
data_terms: ['EDAM_data:2044']
- !mobyle/outputprogramparameter
prompt: Standard error
filenames: '"concatfasta.err"'
name: stderr
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
operations: ['EDAM_operation:2121']
topics: ['EDAM_topic:0220']
command: concatfasta
env: {}