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
/
blast2seqid_1.0.yaml
54 lines (54 loc) · 1.98 KB
/
blast2seqid_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
!mobyle/program
name: blast2seqid
version: '1.0'
title: blast2seqid
description: Extract sequence Ids from blast hits (in USA format)
authors: "Bertrand N\xE9ron"
inputs: !mobyle/inputparagraph
children:
- !mobyle/inputprogramparameter
comment: A blast output in pairwise format ( option -m 0 default ).
prompt: BLAST text report
format: '" "+str(value)'
simple: true
argpos: 40
mandatory: true
name: infile
command: false
type: !mobyle/formattedtype
data_terms: ['EDAM_data:0857']
- !mobyle/inputprogramparagraph
prompt: Output options
name: output
children:
- !mobyle/inputprogramparameter
prompt: ignore the hits until the hit n (integer)
format: ( "" , " --from " + str(value) )[value is not None]
argpos: 10
name: From
command: false
type: !mobyle/integertype {}
- !mobyle/inputprogramparameter
prompt: ignore the hits after the hit n (integer)
format: ( "" , " --to " + str(value) )[value is not None]
argpos: 20
name: To
command: false
type: !mobyle/integertype {}
outputs: !mobyle/outputparagraph
children:
- !mobyle/outputprogramparameter {prompt: hits identifier, filenames: '"blast2seqid.out"',
name: id_list, output_type: stdout}
- !mobyle/outputprogramparameter
prompt: Standard error
filenames: '"blast2seqid.err"'
name: stderr
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
comment: "Extract the Identifier and Data Bank of the hits\n from\
\ the summary of a blast report ( in text format -m 0-6 ) \n \
\ The result is in USA list format."
homepage_links: ['https://projets.pasteur.fr/projects/show/blast2usa']
command: blast2usa
env: {}
source_links: ['https://projets.pasteur.fr/projects/list_files/blast2usa']