Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacovercast committed Aug 17, 2023
1 parent f3eb759 commit cef423d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipyrad/assemble/clustmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1740,12 +1740,12 @@ def index_ref_with_sam(data, alt=False):
"Assembly method {} requires that you enter a "
"reference_sequence_path. The path you entered was not "
"found: \n{}")
.format(data.params.assembly_method))
.format(data.params.reference_sequence))
else:
raise IPyradError((
"reference_as_filter requires that you enter a reference "
"fasta file. The path you entered was not found: \n{}")
.format(data.params.assembly_method))
.format(data.params.reference_as_filter))

# If reference index exists then bail out unless force
if os.path.exists(refseq_file + ".fai"):
Expand Down

0 comments on commit cef423d

Please sign in to comment.