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
f31bbdea
Commit
f31bbdea
authored
2 years ago
by
Dominik Brilhaus
Browse files
Options
Downloads
Patches
Plain Diff
docker-free kallisto sleuth
parent
fe52b95a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
runs/kallisto_sleuth/run.cwl
+25
-17
25 additions, 17 deletions
runs/kallisto_sleuth/run.cwl
runs/kallisto_sleuth/run.yml
+4
-1
4 additions, 1 deletion
runs/kallisto_sleuth/run.yml
workflows/kallisto_sleuth/kallisto_sleuth.R
+2
-10
2 additions, 10 deletions
workflows/kallisto_sleuth/kallisto_sleuth.R
with
31 additions
and
28 deletions
runs/kallisto_sleuth/run.cwl
+
25
−
17
View file @
f31bbdea
#!/usr/bin/env cwl-runner
#!/usr/bin/env cwl-runner
cwlVersion: v1.2
cwlVersion: v1.2
class: Workflow
class: CommandLineTool
inputs:
inputs:
in_sleuth:
- id: r_script
type: File
type: File
out_folder:
inputBinding:
type: string
position: 0
- id: in_sleuth
type: File
inputBinding:
position: 1
- id: out_folder
type: string
inputBinding:
position: 2
outputs:
outputs:
out_dir:
- id: outdir
type:
type:
type: array
type: array
items: Directory
items: Directory
outputSource: kallisto_sleuth/outdir
outputBinding:
steps:
glob: $(runtime.outdir)/$(inputs.out_folder)
kallisto_sleuth:
run: ../../workflows/kallisto_sleuth/workflow.cwl
baseCommand:
in:
- Rscript
in_sleuth: in_sleuth
out_folder: out_folder
out: [outdir]
This diff is collapsed.
Click to expand it.
runs/kallisto_sleuth/run.yml
+
4
−
1
View file @
f31bbdea
cores
:
1
cores
:
1
r_script
:
class
:
File
path
:
../../workflows/kallisto_sleuth/kallisto_sleuth.R
in_sleuth
:
in_sleuth
:
class
:
File
class
:
File
path
:
../kallisto_collect/kallisto_sleuthObject.RData
path
:
../kallisto_collect/
out/
kallisto_sleuthObject.RData
out_folder
:
out
out_folder
:
out
This diff is collapsed.
Click to expand it.
workflows/kallisto_sleuth/kallisto_sleuth.R
+
2
−
10
View file @
f31bbdea
#!/usr/bin/env Rscript
#!/usr/bin/env Rscript
################################################
### Diff. gene expression with sleuth ##########
################################################
################################################
#### CWL-independent tests
################################################
# arc_root <- "~/gitlab_dataplant/samplearc_rnaseq_adrian/"
### Diff. gene expression with sleuth
# in_sleuth <- "runs/kallisto_collect/kallisto_sleuthObject.RData"
# out_folder <- "runs/kallisto_sleuth"
################################################
################################################
#### Load required library
#### Load required library
################################################
################################################
library
(
sleuth
)
library
(
sleuth
)
################################################
################################################
#### Read arguments from CLI
#### Read arguments from CLI
################################################
################################################
...
...
This diff is collapsed.
Click to expand it.
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