Skip to content

Commit

Permalink
Fix spellcheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed Sep 5, 2018
1 parent 3569f2a commit 3de2481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/hybridassembler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ if notExists "${RESULT_NUCL}.merged.fasta"; then
"$MMSEQS" convert2fasta "${TMP_PATH}/nucl_reads" "${TMP_PATH}/nucl_reads.fasta"
cat "${RESULT_NUCL}.fasta" "${TMP_PATH}/nucl_reads.fasta" > "${RESULT_NUCL}.merged.fasta"
else
cat "${RESULT_NUCL}.fasta" $INPUT > "${RESULT_NUCL}.merged.fasta"
cat "${RESULT_NUCL}.fasta" "$INPUT" > "${RESULT_NUCL}.merged.fasta"
fi
fi

Expand Down

0 comments on commit 3de2481

Please sign in to comment.