changeset 88:aef4df6e8ee0 draft

Uploaded
author greg
date Thu, 23 Feb 2017 14:38:57 -0500
parents 2cb2c3349c57
children 81d1832bc0dc
files gene_family_classifier.xml
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gene_family_classifier.xml	Thu Feb 23 14:34:56 2017 -0500
+++ b/gene_family_classifier.xml	Thu Feb 23 14:38:57 2017 -0500
@@ -116,21 +116,21 @@
                 #else:
                     #set out_file = $output_ptortho
                 #end if
-                && echo -e '<html>\n<head>\n<title>Galaxy - GeneFamilyClassifier Output</title>\n</head>\n<body>\n<p/>\n<ul>\n' > $out_file
+                && echo -e "<html>\n<head>\n<title>Galaxy - GeneFamilyClassifier Output</title>\n</head>\n<body>\n<p/>\n<ul>\n" > $out_file
                 #for $fname in $os.listdir($orthogroups_fasta_src_dir):
-                    && echo -e '<li><a href="$fname">$fname</a></li>\n' >> $out_file
+                    && echo -e "<li><a href=\"$fname\">$fname</a></li>\n" >> $out_file
                 #end for
-                && echo -e '</ul>\n</body>\n</html>\n' >> $out_file
+                && echo -e "</ul>\n</body>\n</html>\n" >> $out_file
                 && mv $orthogroups_fasta_src_dir/* $orthogroups_fasta_dest_dir || true
             #end if
 
             #if $single_copy_orthogroup:
                 #if $create_ortho_sequences:
-                    && echo -e '<html>\n<head>\n<title>Galaxy - GeneFamilyClassifier Output</title>\n</head>\n<body>\n<p/>\n<ul>\n' > $output_ptsco
+                    && echo -e "<html>\n<head>\n<title>Galaxy - GeneFamilyClassifier Output</title>\n</head>\n<body>\n<p/>\n<ul>\n" > $output_ptsco
                     #for $fname in $os.listdir($single_copy_fasta_src_dir):
-                        && echo -e '<li><a href="$fname">$fname</a></li>\n' >> $output_ptsco
+                        && echo -e "<li><a href=\"$fname\">$fname</a></li>\n" >> $output_ptsco
                     #end for
-                    && echo -e '</ul>\n</body>\n</html>\n' >> $output_ptsco
+                    && echo -e "</ul>\n</body>\n</html>\n" >> $output_ptsco
                     && mv $single_copy_fasta_src_dir/* $single_copy_fasta_dest_dir || true
                 #end if
             #end if