Skip to content

Commit 3125ddf

Browse files
committed
added docker container, test no 3: tmap-tool.cwl
1 parent b1ac8d7 commit 3125ddf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

v1.0/v1.0/tmap-tool.cwl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"cwlVersion": "v1.0",
44

55
"class": "CommandLineTool",
6-
6+
"hints": [
7+
{
8+
"class": "DockerRequirement",
9+
"dockerPull": "python:2-slim"
10+
}
11+
],
712
"inputs": [
813
{
914
"id": "reads",

0 commit comments

Comments
 (0)