Build pipeline: viash-hub.biobox.main-7dwhr
Source commit: da414e72c6
Source message: Add star solo component (#62)
* add star solo component
* change arguments from camelCase to snake_case
* get rid of multiple_sep
* drop star_solo component and just add arguments to star_align_reads
* Update src/star/star_align_reads/script.py
Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
---------
Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
19 lines
186 B
Plaintext
19 lines
186 B
Plaintext
*.DS_Store
|
|
*__pycache__
|
|
|
|
# IDE ignores
|
|
.idea/
|
|
.vscode/
|
|
|
|
# R specific ignores
|
|
.Rhistory
|
|
.Rproj.user
|
|
*.Rproj
|
|
|
|
# viash specific ignores
|
|
target/
|
|
|
|
# nextflow specific ignores
|
|
.nextflow*
|
|
work
|