common workflow language
Tool definition failed initialization: argument of type 'int' is not iterable
Getting this error upon running my workflow in CWL for SNP analysis
What could be the reason?
Thanks in advance
cwl
• 1,414 views
•
link
written
by
kalwad.piyusha7 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
CWL workflow: setting default for array of integer input
written by cole.shaw •Hello, I'm new to bioinformatics and the common workflow language. I could not find an answer to this question on the common workflow language user …
-
Escape character usage in YML file - running tool in CWL
written by ttomI am trying to run the tool STAR for alignment cwl-runner star.cwl star.yml /cwl-runner 1.0.20180521150620 Resolved 'star.cwl' to 'file:///cwl_tests/scripts/star.cwl' Tool definition failed initialization: while scanning …
-
CWL: SoftwareRequirement definition
written by kevin.o.oluochI'm trying to create a common workflow language script, to run on a server, that requires spades be initialized with the command `module load spades` …
-
cwltool: Tool definition failed initialization
written by mepstein •I had an old version of cwltool installed (i.e., the reference implementation, from https://github.com/common-workflow-language/cwltool), and when I tried to run it today I got: Tool …
-
[CWL] Why this error happens?(object id `toil-workflow.cwl#job1/param` previously defined)
written by xdymzhang •Hi there, Recently, I was studying CWL and use Toil as its engine. I've written a cwl work flow, please see below: cwlVersion: v1.0 class: …
-
Reference implementation rejects step without inputs
written by unduthegun •I'm trying to build a workflow with a step that doesn't take any input: The workflow fails to validate with this error: ``` /home/psafont/.virtualenvs/cwl/bin/cwl-runner 1.0.20161207161158 …
-
Failing to use $mixin to include "global" settings
written by karl.nordstrom(Duplication of https://github.com/common-workflow-language/common-workflow-language/pull/309) I want to split out some off my settings to a central configuration file and decided to use the mixin keyword. I …
-
Mixing CWL workflow versions (including draft-3 tool in v1.0 workflow)
written by Peter vHI'm working on a CWL v1.0 workflow, using the GGR-cwl trimmomatic tool (https://github.com/Duke-GCB/GGR-cwl/blob/master/trimmomatic/trimmomatic.cwl) as one of the steps. That tool is a draft-3 specification one, …
-
How to specify an optional input for a complex type in CWL?
written by anton.khodak •I need to pass an array as an optional argument in a CWL tool definition. I know that for primitive types `['null', <type>]` works fine, …
-
How to over come "TypeError: argument of type 'int' is not iterable" in python?
written by muraliHi, I am working on variant calling. My goal is to get the chromosome positions from vcf file and coverage on positive and negative strands. …
Please select a more descriptive title for your question.
Hi kalwad.piyusha7,
imagine you were a CWL maintainer and read this question. Would you be able to reproduce the problem with the given information? I guess not. Please add code and data examples to illustrate the problem.
[ Please read before posting a question ] -- How To Ask A Good Question
you may be trying to use
scatteron an input that is of typeint