Skip to content

Commit

Permalink
add bin mafft
Browse files Browse the repository at this point in the history
  • Loading branch information
TahiriNadia authored Aug 11, 2024
1 parent cabf315 commit a1aa07c
Show file tree
Hide file tree
Showing 42 changed files with 5,366 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mafft-linux64/mafft.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /bin/bash
# sh -> bash for debian. By J. R. Peterson. 2015/Jun.

pushd "`dirname "$0"`" > /dev/null 2>&1; rootdir="$PWD"; popd > /dev/null 2>&1;
MAFFT_BINARIES="$rootdir/mafftdir/libexec"; export MAFFT_BINARIES;

"$rootdir/mafftdir/bin/mafft" "$@"
# input file name can have space
Loading

0 comments on commit a1aa07c

Please sign in to comment.