Skip to content
Snippets Groups Projects
Commit d7ee698c authored by tcarver's avatar tcarver
Browse files

use INFILE command line option

parent f35d4d0b
Branches
Tags
No related merge requests found
...@@ -36,6 +36,6 @@ perl -pne 'if (/^>(\S+)/) { ...@@ -36,6 +36,6 @@ perl -pne 'if (/^>(\S+)/) {
} }
}' $temp_file_name > $temp_file_name.processed }' $temp_file_name > $temp_file_name.processed
clustalx $temp_file_name.processed clustalx -INFILE=$temp_file_name.processed
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment