# HG changeset patch # User jjohnson # Date 1584031086 14400 # Node ID 54c9c71dabe8be5b154cdb1e449f0eb5171de4fc # Parent 3902a76bf089bef62851820929084244f28e7cff "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/optitype commit 4c7dc6705700adf361aadf9ab6ccb425c6691153" diff -r 3902a76bf089 -r 54c9c71dabe8 optitype.xml --- a/optitype.xml Thu Mar 12 11:32:13 2020 -0400 +++ b/optitype.xml Thu Mar 12 12:38:06 2020 -0400 @@ -1,77 +1,159 @@ - HLA genotyping predictions from NGS data - - optitype - - - - - + HLA genotyping predictions from NGS data + + optitype + + config.ini #set $input_fq = ' '.join($fastqs) -&& python \$OPTITYPE_DIR/OptiTypePipeline.py -$read_type --input ${' '.join($fastqs)} +&& OptiTypePipeline.py +$read_type --input ${' '.join($fastqs)} #if str($beta) != '': --beta $beta #end if #if str($enumerations) != '': --enumerate $enumerations #end if +--config "`pwd`/config.ini" --outdir $outdir && cp $outdir/*/*_coverage_plot.pdf $coverage_plot && cp $outdir/*/*_result.tsv $result ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The beta value for for homozygosity detection (see cited paper). - Default: 0.009. Handle with care. - --enumerate Number of enumerations. - OptiType will output the optimal solution and the top N-1 suboptimal solutions in the results. - Default: 1 + --beta The beta value for for homozygosity detection (see cited paper). + Default: 0.009. Handle with care. + --enumerate Number of enumerations. + OptiType will output the optimal solution and the top N-1 suboptimal solutions in the results. + Default: 1 **OUTPUTS** - result.tsv A TAB-separated file of HLA genotyping predictions: + result.tsv A TAB-separated file of HLA genotyping predictions: - :: + :: A1 A2 B1 B2 C1 C2 Reads Objective 0 A*31:01 A*68:01 B*40:01 B*51:01 C*15:02 C*03:04 132 128.43599999999998 - coverage_plot.pdf Plots of coverage of HLA genotyping predictions + coverage_plot.pdf Plots of coverage of HLA genotyping predictions .. _OptiType: https://github.com/FRED-2/OptiType ]]> - - - 10.1093/bioinformatics/btu548 - + + + 10.1093/bioinformatics/btu548 +