Skip to content

Commit

Permalink
Fix input arguments to merge_fastqs in Singularity file
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Oct 20, 2023
1 parent ca35982 commit 2d913bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,9 @@ From: centos:7
KIVE_MEMORY 200

%apprun merge_fastqs
PYTHONPATH=/opt/micall python -m micall.core.merge_fastqs "$@"
PYTHONPATH=/opt/micall \
python -m micall.core.merge_fastqs \
"$1" "$2" "$3" "$4" \
--bad_cycles_a_csv "$5" \
--bad_cycles_b_csv "$6" \
"$7" "$8"

0 comments on commit 2d913bb

Please sign in to comment.