Skip to content

Commit df6c5e9

Browse files
author
Tobias Hofmann
committed
fixed phasing bug
1 parent c8dacc0 commit df6c5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secapr/phase_alleles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def add_arguments(parser):
4646
required=True,
4747
action=CompletePath,
4848
default=None,
49-
help='Provide the reference that was used for read-mapping. If you used the alignment-consensus method, provide the joined_references.fasta which is found in the reference folder within the reference-assembly output.'
49+
help='Provide the reference that was used for read-mapping. If you used the alignment-consensus method, provide the joined_fasta_library.fasta which is found in the reference_seqs folder within the reference-assembly output.'
5050
)
5151

5252

0 commit comments

Comments
 (0)