Skip to content

Commit

Permalink
remove incorrect quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnSeidel committed Jun 12, 2024
1 parent 50cb3f2 commit f99e97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/guidedNuclAssemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ while [ $STEP -lt $NUM_IT ]; do

# 3. Ungapped alignment protein 2 nucl
if notExists "${TMP_PATH_GUIDED_ASSEMBLY}/aln_nucl_$STEP.done"; then
"$MMSEQS" proteinaln2nucl "$INPUT_NUCL" "$INPUT_NUCL" "$INPUT_AA" "$INPUT_AA" "${TMP_PATH_GUIDED_ASSEMBLY}/aln_$STEP" "${TMP_PATH_GUIDED_ASSEMBLY}/aln_nucl_$STEP" "${PROTEIN_ALN_2_NUCL_PAR}" \
"$MMSEQS" proteinaln2nucl "$INPUT_NUCL" "$INPUT_NUCL" "$INPUT_AA" "$INPUT_AA" "${TMP_PATH_GUIDED_ASSEMBLY}/aln_$STEP" "${TMP_PATH_GUIDED_ASSEMBLY}/aln_nucl_$STEP" ${PROTEIN_ALN_2_NUCL_PAR} \
|| fail "Ungapped alignment 2 nucl step died"
deleteIncremental "$PREV_ALN_NUCL"
touch "${TMP_PATH_GUIDED_ASSEMBLY}/aln_nucl_${STEP}.done"
Expand Down

0 comments on commit f99e97c

Please sign in to comment.