File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ Issue tracker is a tool to address bugs in cwltool (reference implementation) itself.
2
+ Please use the [ Gitter channel] ( https://gitter.im/common-workflow-language/common-workflow-language ) or [ Biostars forum] ( https://www.biostars.org/ )
3
+ for general questions about using cwltool to create/run workflows or issues not related to cwltool.
4
+
5
+ If you'd like to report a bug, fill out the template below and provide
6
+ any extra information that may be useful / related to your problem.
7
+ Ideally, you create an [ MCVE] ( http://stackoverflow.com/help/mcve ) reproducing
8
+ the problem before opening an issue to ensure it's not caused by something in
9
+ your code.
10
+
11
+ ---
12
+
13
+ ## Expected Behavior
14
+ Tell us what should happen
15
+
16
+ ## Actual Behavior
17
+ Tell us what happens instead
18
+
19
+ ## Workflow Code
20
+ ```
21
+ Paste the template code (ideally a minimal example) that causes the issue
22
+
23
+ ```
24
+
25
+ ## Full Traceback
26
+ ``` pytb
27
+ Paste the full traceback in case there is an exception
28
+ Run the workflow with ``--debug`` flag for more verbose logging
29
+ ```
30
+
31
+ ## Your Environment
32
+ * cwltool version:
33
+ Check using `` cwltool --version ``
You can’t perform that action at this time.
0 commit comments