Skip to content

Commit 3579d44

Browse files
authored
Merge pull request #28 from artic-network/jt
fix artic-network/artic-ncov2019#29
2 parents a240567 + 046b83a commit 3579d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artic/guppyplex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run(parser, args):
3333

3434
if fastq_files:
3535
if not args.output:
36-
fastq_outfn = "%s_%s.fastq" % (args.prefix, os.path.basename(barcode_directory))
36+
fastq_outfn = "%s_%s.fastq" % (args.prefix, os.path.basename(args.directory))
3737
else:
3838
fastq_outfn = args.output
3939

0 commit comments

Comments
 (0)