Skip to content

Instantly share code, notes, and snippets.

@hexylena
Created July 23, 2014 18:23
Show Gist options
  • Save hexylena/c1260441d5d783bcc7d9 to your computer and use it in GitHub Desktop.
Save hexylena/c1260441d5d783bcc7d9 to your computer and use it in GitHub Desktop.
Patch for phacts use in galaxy
241c241
< my $command = "$fasta_path -b 1 -H -q \"".$swd."/proteins/$prot\" \"$swd/$file_path\"";
---
> my $command = "$fasta_path -b 1 -H -q \"".$swd."/proteins/$prot\" \"$file_path\"";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment