# HG changeset patch # User greg # Date 1491842838 14400 # Node ID 43341e97bb089bcf6f735e6fd17e532800eb8634 # Parent 9e68bebb3d7c38d7d3a9f849447f3f14f60a2cc8 Uploaded diff -r 9e68bebb3d7c -r 43341e97bb08 gene_family_aligner.py --- a/gene_family_aligner.py Mon Apr 10 10:55:45 2017 -0400 +++ b/gene_family_aligner.py Mon Apr 10 12:47:18 2017 -0400 @@ -13,23 +13,19 @@ parser.add_argument('--codon_alignments', dest='codon_alignments', default=None, help="Flag for constructing orthogroup multiple codon alignments") parser.add_argument('--gap_trimming', dest='gap_trimming', default=None, type=float, help='Remove sites in alignments with gaps of') parser.add_argument('--iterative_realignment', dest='iterative_realignment', type=int, default=None, help='"Maximum number of iterations') -parser.add_argument('--method', dest='method', help='Protein clustering method') parser.add_argument('--num_threads', dest='num_threads', type=int, help='Number of threads to use for execution') parser.add_argument('--orthogroup_faa', dest='orthogroup_faa', help="Directory of input fasta datasets") parser.add_argument('--output', dest='output', help="Output dataset") -parser.add_argument('--output_dir', dest='output_dir', help="Output dataset file_path directory") +parser.add_argument('--output_dir', dest='output_dir', help="Output dataset files_path directory") parser.add_argument('--pasta_iter_limit', dest='pasta_iter_limit', type=int, default=None, help='"Maximum number of iteration that the PASTA algorithm will execute') parser.add_argument('--pasta_script_path', dest='pasta_script_path', default=None, help='Path to script for executing pasta') parser.add_argument('--remove_sequences', dest='remove_sequences', default=None, type=float, help='Remove sequences with gaps of') -parser.add_argument('--scaffold', dest='scaffold', help='Orthogroups or gene families proteins scaffold') args = parser.parse_args() # Build the command line. cmd = 'GeneFamilyAligner' cmd += ' --orthogroup_faa %s' % args.orthogroup_faa -cmd += ' --scaffold %s' % args.scaffold -cmd += ' --method %s' % args.method cmd += ' --alignment_method %s' % args.alignment_method if args.alignment_method == 'pasta': if args.pasta_script_path is not None: diff -r 9e68bebb3d7c -r 43341e97bb08 gene_family_aligner.xml --- a/gene_family_aligner.xml Mon Apr 10 10:55:45 2017 -0400 +++ b/gene_family_aligner.xml Mon Apr 10 12:47:18 2017 -0400 @@ -8,13 +8,10 @@ - - - - @@ -123,9 +116,6 @@ - **Construct orthogroup multiple codon alignments** - construct orthogroup multiple codon alignments. - * **Gene family scaffold** - one of the PlantTribes gene family scaffolds [2-4] installed into Galaxy by the PlantTribes Scaffold Data Manager tool. - * **Protein clustering method** - gene family scaffold protein clustering method as described in the AssemblyPostProcessor tool. - * **Select method for multiple sequence alignments** - **MAFFT algorithm** - mafft algorithm. diff -r 9e68bebb3d7c -r 43341e97bb08 macros.xml --- a/macros.xml Mon Apr 10 10:55:45 2017 -0400 +++ b/macros.xml Mon Apr 10 12:47:18 2017 -0400 @@ -92,7 +92,7 @@ - +