You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Don't forget to use cwl tag when posting on Biostars Forum.
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
0 commit comments