Skip to content

Commit

Permalink
typo in instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Brover committed Feb 14, 2025
1 parent 05e797e commit 4a5d458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genetics/fasta2fam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source $THIS/../bash_common.sh
if [ $# -ne 4 ]; then
echo "Select representatives of a family"
echo "#1: protein FASTA"
echo "#2: min. representatoin share (0..1)"
echo "#2: min. representation share (0..1)"
echo "#3: cores"
echo "#4: output file of representative sequences"
exit 1
Expand Down

0 comments on commit 4a5d458

Please sign in to comment.