Skip to content

Commit

Permalink
Fix test case config setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Dec 16, 2024
1 parent 05ef52d commit b9d4539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ make_config() {
sed -i.bak -e "s?/path/to/data/genome.fa?${BASEPATH}/test/reference/TAIR10_chr_all.fa?g" ${TARGET}
# cat ./test/config_template.yaml | sed "s?#BASEPATH#?${BASEPATH}?g" > ./test/config.yaml

# Need an extra replacement step for threads. Might change in the future - this is a bit
# volatile. But works for now.
sed -i.bak -e "s/threads: 12/threads: 6/g" ${TARGET}
# Need an extra replacement step for threads. Might change in the future.
# This is a bit volatile, as it needs to reflect the config file. But works for now.
sed -i.bak -e "s/threads: 10/threads: 6/g" ${TARGET}
rm ${TARGET}.bak
}

Expand Down

0 comments on commit b9d4539

Please sign in to comment.