Mercurial > repos > greg > gene_family_classifier
changeset 83:b2c402ec0f04 draft
Uploaded
author | greg |
---|---|
date | Thu, 23 Feb 2017 09:16:55 -0500 |
parents | 539acfede958 |
children | 2b9ceaf853cf |
files | gene_family_classifier.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gene_family_classifier.xml Thu Feb 23 09:10:19 2017 -0500 +++ b/gene_family_classifier.xml Thu Feb 23 09:16:55 2017 -0500 @@ -127,7 +127,7 @@ #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 - #for $fname in sorted($os.listdir($orthogroups_fasta_src_dir)): + #for $fname in sorted($os.listdir($single_copy_fasta_src_dir)): && echo -e '<li><a href="$fname">$fname</a></li>\n' >> $output_ptsco #end for && echo -e '</ul>\n</body>\n</html>\n' >> $output_ptsco