Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Facultative CAM in Talinum
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Brilhaus
Facultative CAM in Talinum
Commits
e92c3586
Commit
e92c3586
authored
9 months ago
by
Dominik Brilhaus
Browse files
Options
Downloads
Patches
Plain Diff
design workflow
parent
9214eb5e
No related branches found
No related tags found
1 merge request
!1
Cwl
Pipeline
#2416
passed
9 months ago
Stage: arc_json
Stage: quality_report_generator
Stage: quality_report
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
runs/kallisto/README.md
+3
-2
3 additions, 2 deletions
runs/kallisto/README.md
runs/kallisto/workflow.yml
+11
-6
11 additions, 6 deletions
runs/kallisto/workflow.yml
workflows/kallisto/kallisto-workflow.cwl
+22
-6
22 additions, 6 deletions
workflows/kallisto/kallisto-workflow.cwl
with
36 additions
and
14 deletions
runs/kallisto/README.md
+
3
−
2
View file @
e92c3586
...
...
@@ -4,5 +4,6 @@
```
bash
cd
runs/kallisto/
cwltool ../../workflows/kallisto/kallisto-index.cwl index.yml
```
\ No newline at end of file
cwltool
--cachedir
cache2 ../../workflows/kallisto/kallisto-workflow.cwl workflow.yml
>
$(
date
+
"%Y-%m-%d_%H-%M"
)
.log 2>&1 &
```
This diff is collapsed.
Click to expand it.
runs/kallisto/workflow.yml
+
11
−
6
View file @
e92c3586
InputReads
:
InputReadsMultipleSamples
:
-
-
class
:
File
path
:
../../assays/Talinum_RNASeq_minimal/dataset/DB_097_CAMMD_CAGATC_L001_R1_001.fastq.gz
format
:
edam:format_1930
# FASTQ
-
-
class
:
File
path
:
../../assays/Talinum_RNASeq_minimal/dataset/DB_099_CAMMD_CTTGTA_L001_R1_001.fastq.gz
format
:
edam:format_1930
# FASTQ
IndexInput
:
-
class
:
File
path
:
../../assays/Talinum_RNASeq_minimal/dataset/DB_097_CAMMD_CAGATC_L001_R1_001.fastq.gz
format
:
edam:format_1930
# FASTQ
InputFiles
:
-
class
:
File
path
:
../../../studies/TalinumGenomeDraft/resources/Talinum.gm.CDS.nt.fa
path
:
../../studies/TalinumGenomeDraft/resources/Talinum.gm.CDS.nt.fa
format
:
edam:format_1929
# FASTA
isSingle
:
true
FragmentLength
:
200
...
...
This diff is collapsed.
Click to expand it.
workflows/kallisto/kallisto-workflow.cwl
+
22
−
6
View file @
e92c3586
...
...
@@ -3,25 +3,41 @@ class: Workflow
requirements:
ScatterFeatureRequirement: {}
StepInputExpressionRequirement: {}
InlineJavascriptRequirement: {}
inputs:
InputReads: []
Index: File
InputReadsMultipleSamples:
type:
type: array
items:
type: array
items: File
IndexInput: File[]
isSingle: boolean
FragmentLength: double?
StandardDeviation: double?
BootstrapSamples: int?
steps:
index:
run: kallisto-index.cwl
in:
InputFiles: IndexInput
IndexName:
source: IndexInput
valueFrom: $(self[0].nameroot)
out: [index]
quant:
run: kallisto-quant.cwl
scatter: InputReads
in:
InputReads:
listFiles/inDirFi
les
InputReads:
InputReadsMultipleSamp
les
QuantOutfolder:
source: InputReads
valueFrom: $(self.nameroot)
Index: Index
# source: InputReadsMultipleSamples
# valueFrom: $(self[0].nameroot)
valueFrom: testSample
Index: index/index
isSingle: isSingle
FragmentLength: FragmentLength
StandardDeviation: StandardDeviation
...
...
This diff is collapsed.
Click to expand it.
Jonathan Bauer
@bauer
mentioned in commit
89acf801
·
9 months ago
mentioned in commit
89acf801
mentioned in commit 89acf801f57d2867abb2e7764b8546fc7f0e495f
Toggle commit list
Preview
0%
Loading
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