Files
biobox/.gitignore
CI 6df312e701 Build branch gatk_applybqsrspark with version gatk_applybqsrspark (c4ea23a)
Build pipeline: viash-hub.biobox.gatk-applybqsrspark-jpq6r

Source commit: c4ea23a0f5

Source message: Add RSEM prepare reference component (#89)

* initial commit

* incorporaate some requested changes

* update test

* change argument reference_fasta_files to multiple true and update docker setup

* Update src/rsem/rsem_prepare_reference/config.vsh.yaml

Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>

* Update src/rsem/rsem_prepare_reference/config.vsh.yaml

Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>

* Update src/rsem/rsem_prepare_reference/script.sh

Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>

* set multiple true

* update changelog

* Apply suggestions from code review

* fix script

---------

Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>
2024-09-01 17:36:53 +00:00

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