# HG changeset patch
# User greg
# Date 1487878737 18000
# Node ID aef4df6e8ee0cb18f3068ca9661efd455fe430ed
# Parent 2cb2c3349c57f6fab050b2b3dfe669808e1c154f
Uploaded
diff -r 2cb2c3349c57 -r aef4df6e8ee0 gene_family_classifier.xml
--- 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 '\n
\nGalaxy - GeneFamilyClassifier Output\n\n\n\n\n' > $out_file
+ && echo -e "\n\nGalaxy - GeneFamilyClassifier Output\n\n\n\n\n" > $out_file
#for $fname in $os.listdir($orthogroups_fasta_src_dir):
- && echo -e '- $fname
\n' >> $out_file
+ && echo -e "- $fname
\n" >> $out_file
#end for
- && echo -e '
\n\n\n' >> $out_file
+ && echo -e "
\n\n\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 '\n\nGalaxy - GeneFamilyClassifier Output\n\n\n\n\n' > $output_ptsco
+ && echo -e "\n\nGalaxy - GeneFamilyClassifier Output\n\n\n\n\n" > $output_ptsco
#for $fname in $os.listdir($single_copy_fasta_src_dir):
- && echo -e '- $fname
\n' >> $output_ptsco
+ && echo -e "- $fname
\n" >> $output_ptsco
#end for
- && echo -e '
\n\n\n' >> $output_ptsco
+ && echo -e "
\n\n\n" >> $output_ptsco
&& mv $single_copy_fasta_src_dir/* $single_copy_fasta_dest_dir || true
#end if
#end if