Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit c7ef95b

Browse files
committed
fix typo
1 parent bced899 commit c7ef95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/bcftools/bcftools.aws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function call() {
3131
-m \
3232
--threads 8 \
3333
-o $OUTPUT_PATH/${SAMPLE_ID}.vcf \
34-
$INPUT_PATH/${SAMPLE_ID}.mpileup.vcf.gz \
34+
$INPUT_PATH/${SAMPLE_ID}.mpileup.vcf.gz
3535

3636
aws s3 cp \
3737
--no-progress \

0 commit comments

Comments
 (0)