comparison gene_family_classifier.xml @ 48:906d5277042c draft

Uploaded
author greg
date Wed, 08 Feb 2017 11:02:02 -0500
parents 4a6834056e1e
children 539a92a13168
comparison
equal deleted inserted replaced
47:4a6834056e1e 48:906d5277042c
94 #if $create_corresponding_coding_sequences: 94 #if $create_corresponding_coding_sequences:
95 && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' > $output_ptcgfcs 95 && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' > $output_ptcgfcs
96 #else: 96 #else:
97 && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' > $output_ptcgf 97 && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' > $output_ptcgf
98 #end if 98 #end if
99 && mv $orthogroups_fasta_src_dir/* $orthogroups_fasta_dest_dir || true 99 #if len($os.listdir($orthogroups_fasta_src_dir)) > 0:
100 && mv $orthogroups_fasta_src_dir/* $orthogroups_fasta_dest_dir || true
101 #end if
100 #end if 102 #end if
101 103
102 #if $single_copy_orthogroup: 104 #if $single_copy_orthogroup:
103 && ls -l $single_copy_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' > $output_ptsco 105 && ls -l $single_copy_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' > $output_ptsco
104 && mv $single_copy_fasta_src_dir/* $single_copy_fasta_dest_dir || true 106 #if len($os.listdir($single_copy_fasta_src_dir)) > 0:
107 && mv $single_copy_fasta_src_dir/* $single_copy_fasta_dest_dir || true
108 #end if
105 #end if 109 #end if
106 ]]> 110 ]]>
107 </command> 111 </command>
108 <inputs> 112 <inputs>
109 <param name="input" format="fasta" type="data" label="Amino acids (proteins) sequences fasta file"/> 113 <param name="input" format="fasta" type="data" label="Amino acids (proteins) sequences fasta file"/>