forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR bioconda#30247, commits were: * Fix build * Update MALT to 0.53 * Merge branch 'bioconda:master' into master * Merge branch 'bioconda:master' into master * Merge branch 'bioconda:master' into master * Merge pull request #2 from bioconda/master Get latest versions * Merge pull request #1 from bioconda/master Get latest GATK recipe
- Loading branch information
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# call installer | ||
chmod u+x MALT_unix_0_5_2.sh | ||
chmod u+x MALT_unix_0_5_3.sh | ||
MALT="$PREFIX/opt/$PKG_NAME-$PKG_VERSION" | ||
./MALT_unix_0_5_2.sh -q -dir "$MALT" | ||
./MALT_unix_0_5_3.sh -q -dir "$MALT" | ||
|
||
ln -s "$MALT"/malt-build "$PREFIX"/bin/malt-build | ||
ln -s "$MALT"/malt-run "$PREFIX"/bin/malt-run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters