Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Components
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Workflows
Components
Commits
59ebff41
Commit
59ebff41
authored
1 year ago
by
Michael Denker
Browse files
Options
Downloads
Patches
Plain Diff
Start of Cobrawap wrapping
parent
c8503c81
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/Cobrawap/hilbert_phase.cwl
+43
-0
43 additions, 0 deletions
tools/Cobrawap/hilbert_phase.cwl
with
43 additions
and
0 deletions
tools/Cobrawap/hilbert_phase.cwl
0 → 100644
+
43
−
0
View file @
59ebff41
#!/usr/bin/env cwl-runner
cwlVersion: v1.2
class: CommandLineTool
baseCommand: python hilbert_phase.py
stdout: o.txt
stderr: e.txt
hints:
DockerRequirement:
dockerImageId: docker-registry.ebrains.eu/workflow-components/cobrawap
doc:
- "Detect trigger times (i.e., state transition / local wavefronts onsets) by finding crossing of a set phase-value in the channel signals."
- "Functionality is provided via Stage 3 of the Cobrawap pipeline"
label: cobrawap-hilbert-phase
# requirements:
# - class: DockerRequirement
# dockerOutputDirectory: "/home/denker/tmpdoc"
# dockerPull: docker-registry.ebrains.eu/workflow-components/bluepyefe
# The inputs for this process.
inputs:
input_file_current:
type: File
label: "This is the input file, which must be a Nix file containing a Neo Block."
inputBinding:
position: 1
prefix: --data
#...
outputs:
output_statistics:
type: File
outputBinding:
# glob: "*.json"
glob: "$(inputs.output_file)"
output_stdout:
type: stdout
output_stderr:
type: stderr
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment