Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mjoppich/bioGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoppich committed Feb 5, 2019
2 parents 0333c1b + 40c3bf6 commit 53a548e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install_templates/install_hisat.igui
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ cd "$PROGDIR/$PROG"

make

#now fix spaces in path
perl -pi -e 's/my \$align_prog_s= File::Spec->catpath\(\$vol\,\$script_path\,\$align_bin_s\);/my \$align_prog_s= "\\\"".File::Spec->catpath(\$vol,\$script_path,\$align_bin_s).\"\\\"\";/' hisat2
perl -pi -e 's/my \$align_prog_l= File::Spec->catpath\(\$vol\,\$script_path\,\$align_bin_l\);/my \$align_prog_l= "\\\"".File::Spec->catpath(\$vol,\$script_path,\$align_bin_l).\"\\\"\";/' hisat2
#now fix spaces in path - no longer works/necessary
#perl -pi -e 's/my \$align_prog_s= File::Spec->catpath\(\$vol\,\$script_path\,\$align_bin_s\);/my \$align_prog_s= "\\\"".File::Spec->catpath(\$vol,\$script_path,\$align_bin_s).\"\\\"\";/' hisat2
#perl -pi -e 's/my \$align_prog_l= File::Spec->catpath\(\$vol\,\$script_path\,\$align_bin_l\);/my \$align_prog_l= "\\\"".File::Spec->catpath(\$vol,\$script_path,\$align_bin_l).\"\\\"\";/' hisat2

if [ $# -gt 2 ]; then

Expand Down

0 comments on commit 53a548e

Please sign in to comment.