Skip to content

Commit

Permalink
add parameter to sequenza test
Browse files Browse the repository at this point in the history
  • Loading branch information
franla23 committed Jun 11, 2024
1 parent 05347b3 commit 8d66130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/scripts/run_test_02.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ nextflow run main.nf \
--output ${output} \
--reference ${reference} \
--intervals ${intervals} \
--tools ${tool}
--tools ${tool} \
--VROOM_CONNECTION_SIZE 1536870912

if [ $? -eq 1 ]
then
Expand Down

0 comments on commit 8d66130

Please sign in to comment.