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

use INFILE command line option

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