-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBowtieExample.yaml
More file actions
31 lines (31 loc) · 802 Bytes
/
BowtieExample.yaml
File metadata and controls
31 lines (31 loc) · 802 Bytes
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
name: "bowtieexample"
image: "www.computational.bio.uni-giessen.de:5003/bowtieexample:latest"
description: "Bowtie and SAM-Tools example"
inputFormat:
- "fastq"
outputFormat:
- "vcf"
tags:
- "snp calling"
startup_args:
- "mkdir -p /mnt/workflow_data/results && ./script.sh"
fieldGroups:
raw_data:
name: "raw_data"
label: "Fastq files"
fieldList:
input:
name: "input"
fieldType: "SingleS3File"
label: "Input files"
msgText: "FastqInputFile"
index:
name: "index"
fieldType: "SingleS3File"
label: "Index files"
msgText: "FastqInputFile"
indexFileName:
name: "indexFileName"
fieldType: "text"
label: "indexFileName"
msgText: "Name of the Index file for input to bowtie2"