annotate pvacbind.xml @ 1:747d464670f9 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
author galaxyp
date Fri, 12 Dec 2025 21:10:38 +0000
parents 8184d4998259
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
1 <tool id="pvacbind" name="pVACbind" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="24.2">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
2 <description>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
3 The pVACbind tool of the pVACtools suite.
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
4 </description>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
5
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
6 <macros>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
7 <import>mhci_alleles_macros.xml</import>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
8 <import>mhcii_alleles_macros.xml</import>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
9 <import>alleles_macros.xml</import>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
10 <import>shared_macros.xml</import>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
11 </macros>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
12
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
13 <requirements>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
14 <container type="docker">griffithlab/pvactools:6.0.2</container>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
15 </requirements>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
16
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
17 <command><![CDATA[
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
18 @PREPARE_ALLELES_INPUT@
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
19 mkdir outputs &&
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
20 pvacbind run
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
21 '$input_file'
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
22 '$sample_name'
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
23 #if $alleles.allelesrc == 'entry'
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
24 '$alleles_input'
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
25 #else
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
26 \$(tr '\n' ',' < '$alleles.allele_file')
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
27 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
28 #for $algorithm in $algorithms
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
29 $algorithm
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
30 #end for
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
31 outputs
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
32 --class-i-epitope-length $class_i_epitope_length
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
33 --class-ii-epitope-length $class_ii_epitope_length
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
34 #if $binding_threshold
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
35 --binding-threshold $binding_threshold
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
36 #end if
1
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
37 #if $percentile_threshold
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
38 --percentile-threshold $percentile_threshold
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
39 #end if
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
40 #if $percentile_threshold_strategy != 'default'
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
41 --percentile-threshold-strategy $percentile_threshold_strategy
0
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
42 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
43 #if $allele_specific_binding_thresholds
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
44 --allele-specific-binding-thresholds
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
45 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
46 #if $top_score_metric != 'default'
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
47 --top-score-metric $top_score_metric
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
48 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
49 #if $top_score_metric2 != 'default'
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
50 --top-score-metric2 $top_score_metric2
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
51 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
52 #if $net_chop_method != 'default'
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
53 --net-chop-method $net_chop_method
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
54 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
55 #if $netmhc_stab
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
56 --netmhc-stab
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
57 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
58 #if $net_chop_threshold
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
59 --net-chop-threshold $net_chop_threshold
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
60 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
61 #if $problematic_amino_acids != ''
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
62 --problematic-amino-acids '$problematic_amino_acids'
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
63 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
64 #if $run_reference_proteome_similarity
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
65 --run-reference-proteome-similarity
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
66 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
67 #if $blastp_db != 'default'
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
68 --blastp-db $blastp_db
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
69 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
70 #if $peptide_fasta
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
71 --peptide-fasta '$peptide_fasta'
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
72 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
73 #if $add_sample_name_reports_column
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
74 --additional-report-columns sample_name
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
75 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
76 #if $exclude_NAs
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
77 --exclude-NAs
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
78 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
79 #if $aggregate_inclusion_binding_threshold
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
80 --aggregate-inclusion-binding-threshold $aggregate_inclusion_binding_threshold
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
81 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
82 #if $aggregate_inclusion_count_limit
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
83 --aggregate-inclusion-count-limit $aggregate_inclusion_count_limit
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
84 #end if
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
85 ]]></command>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
86
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
87 <inputs>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
88 <expand macro="allele_inputs"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
89 <param name="input_file" type="data" format="fasta" optional="false" label="Input File"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
90 <param name="sample_name" type="text" optional="false" label="Sample Name">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
91 <validator type="regex">^[a-zA-Z0-9_-]+$</validator>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
92 </param>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
93 <param name="algorithms" type="select" multiple="true" optional="false" label="Algorithm">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
94 <option value="BigMHC_EL">BigMHC_EL</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
95 <option value="BigMHC_IM">BigMHC_IM</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
96 <option value="DeepImmuno">DeepImmuno</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
97 <option value="MHCflurry">MHCflurry</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
98 <option value="MHCflurryEL">MHCflurryEL</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
99 <option value="MHCnuggetsI">MHCnuggetsI</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
100 <option value="MHCnuggetsII">MHCnuggetsII</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
101 <option value="NNalign">NNalign</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
102 <option value="NetMHC">NetMHC</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
103 <option value="NetMHCIIpan">NetMHCIIpan</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
104 <option value="NetMHCIIpanEL">NetMHCIIpanEL</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
105 <option value="NetMHCcons">NetMHCcons</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
106 <option value="NetMHCpan">NetMHCpan</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
107 <option value="NetMHCpanEL">NetMHCpanEL</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
108 <option value="PickPocket">PickPocket</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
109 <option value="SMM">SMM</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
110 <option value="SMMPMBEC">SMMPMBEC</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
111 <option value="SMMalign">SMMalign</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
112 <option value="all">all</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
113 <option value="all_class_i">all_class_i</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
114 <option value="all_class_ii">all_class_ii</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
115 </param>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
116 <param argument="--class-i-epitope-length" type="select" multiple="true" optional="false" label="Class I Epitope Length">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
117 <option value="8" selected="true">8</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
118 <option value="9" selected="true">9</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
119 <option value="10" selected="true">10</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
120 <option value="11" selected="true">11</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
121 <option value="12">12</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
122 <option value="13">13</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
123 <option value="14">14</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
124 <option value="15">15</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
125 </param>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
126 <param argument="--class-ii-epitope-length" type="select" multiple="true" optional="false" label="Class II Epitope Length">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
127 <option value="11">11</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
128 <option value="12" selected="true">12</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
129 <option value="13" selected="true">13</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
130 <option value="14" selected="true">14</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
131 <option value="15" selected="true">15</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
132 <option value="16" selected="true">16</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
133 <option value="17" selected="true">17</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
134 <option value="18" selected="true">18</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
135 <option value="19">19</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
136 <option value="20">20</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
137 <option value="21">21</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
138 <option value="22">22</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
139 <option value="23">23</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
140 <option value="24">24</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
141 <option value="25">25</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
142 <option value="26">26</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
143 <option value="27">27</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
144 <option value="28">28</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
145 <option value="29">29</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
146 <option value="30">30</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
147 </param>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
148 <param argument="--binding-threshold" type="integer" value="" optional="true" label="Binding Threshold"/>
1
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
149 <param argument="--percentile-threshold" type="float" value="" optional="true" label="Percentile Threshold"/>
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
150 <param argument="--percentile-threshold-strategy" type="select" label="Percentile Threshold Strategy">
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
151 <option value="default" selected="true">Use default</option>
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
152 <option value="conservative">conservative</option>
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
153 <option value="exploratory">exploratory</option>
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
154 </param>
0
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
155 <param argument="--allele-specific-binding-thresholds" type="boolean" checked="false" label="Use allele-specific binding thresholds"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
156 <param argument="--top-score-metric" type="select" label="Top Score Metric">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
157 <option value="default" selected="true">Use default</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
158 <option value="lowest">lowest</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
159 <option value="median">median</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
160 </param>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
161 <param argument="--top-score-metric2" type="select" label="Top Score Metric 2">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
162 <option value="default" selected="true">Use default</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
163 <option value="ic50">ic50</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
164 <option value="percentile">percentile</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
165 </param>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
166 <param argument="--net-chop-method" type="select" label="NetChop Prediction Method">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
167 <option value="default" selected="true">Use default</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
168 <option value="None">None</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
169 <option value="cterm">C term 3.0</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
170 <option value="20s">20S 3.0</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
171 </param>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
172 <param argument="--netmhc-stab" type="boolean" checked="false" label="Run NetMHCStabPan after all filtering and add stability predictions to predicted epitopes"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
173 <param argument="--net-chop-threshold" type="float" value="" optional="true" label="NetChop Prediction Threshold"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
174 <param argument="--problematic-amino-acids" type="text" value="" optional="true" label="Problematic Amino Acids">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
175 <validator type="regex">^@PROBLEM_AA_ARG_RE@$</validator>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
176 </param>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
177 <param argument="--run-reference-proteome-similarity" type="boolean" checked="false" label="Run reference proteome similarity"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
178 <param argument="--blastp-db" type="select" label="BlastP Database">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
179 <option value="default" selected="true">Use default</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
180 <option value="refseq_select_prot">refseq_select_prot</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
181 <option value="refseq_protein">refseq_protein</option>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
182 </param>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
183 <param argument="--peptide-fasta" type="data" format="fasta" optional="true" label="Peptide Fasta" help="When running the reference proteome similarity step, use this reference peptide FASTA file to find matches instead of blastp"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
184 <param name="add_sample_name_reports_column" argument="--additional-report-columns" type="boolean" checked="false" label="Add sample name reports column"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
185 <param argument="--exclude-NAs" type="boolean" checked="false" label="Exclude NA values from the filtered output"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
186 <param argument="--aggregate-inclusion-binding-threshold" type="integer" value="" optional="true" label="Aggregate Inclusion Binding Threshold"/>
1
747d464670f9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit 2727330d0394c8a1f178061abffe91fe621be7ee
galaxyp
parents: 0
diff changeset
187 <param argument="--aggregate-inclusion-count-limit" type="integer" value="" optional="true" label="Aggregate Inclusion Count Limit"/>
0
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
188 </inputs>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
189
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
190 <outputs>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
191 <collection name="mhc_class_i_outputs" type="list" label="MHC Class I Outputs" >
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
192 <discover_datasets pattern="(?P&lt;designation&gt;.+\.tsv)" ext="tabular" directory="outputs/MHC_Class_I"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
193 </collection>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
194 <collection name="mhc_class_ii_outputs" type="list" label="MHC Class II Outputs" >
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
195 <discover_datasets pattern="(?P&lt;designation&gt;.+\.tsv)" ext="tabular" directory="outputs/MHC_Class_II"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
196 </collection>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
197 <collection name="combined_outputs" type="list" label="Combined Outputs" >
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
198 <discover_datasets pattern="(?P&lt;designation&gt;.+\.tsv)" ext="tabular" directory="outputs/combined"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
199 </collection>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
200 </outputs>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
201
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
202 <tests>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
203 <test expect_num_outputs="3">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
204 <param name="input_file" value="mhci/inputs/test.fasta" ftype="fasta"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
205 <param name="alleles|allele_file" value="mhci/inputs/test_alleles.txt" ftype="fasta"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
206 <param name="sample_name" value="pVACbind_mhci_test"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
207 <param name="algorithms" value="all"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
208 <param name="class_i_epitope_length" value="9,10,11"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
209 <param name="class_ii_epitope_length" value="12"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
210 <output_collection name="mhc_class_i_outputs" type="list">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
211 <element name="pVACbind_mhci_test.MHC_I.all_epitopes.aggregated.tsv" ftype="tabular">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
212 <assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
213 <has_text text="ID&#x9;A*02:01&#x9;B*15:11&#x9;C*01:02&#x9;C*03:03&#x9;C*03:04"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
214 </assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
215 </element>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
216 <element name="pVACbind_mhci_test.MHC_I.all_epitopes.tsv" ftype="tabular">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
217 <assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
218 <has_text text="Mutation&#x9;HLA Allele&#x9;Sub-peptide Position&#x9;Epitope Seq"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
219 </assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
220 </element>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
221 <element name="pVACbind_mhci_test.MHC_I.filtered.tsv" ftype="tabular">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
222 <assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
223 <has_text text="Mutation&#x9;HLA Allele&#x9;Sub-peptide Position&#x9;Epitope Seq"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
224 </assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
225 </element>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
226 </output_collection>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
227 </test>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
228 <test expect_num_outputs="3">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
229 <param name="input_file" value="mhcii/inputs/test.fasta" ftype="fasta"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
230 <param name="alleles|allele_file" value="mhcii/inputs/test_alleles.txt" ftype="fasta"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
231 <param name="sample_name" value="pVACbind_mhcii_test"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
232 <param name="algorithms" value="all"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
233 <param name="class_i_epitope_length" value="9"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
234 <param name="class_ii_epitope_length" value="12,13,14,15,16,17,18"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
235 <output_collection name="mhc_class_ii_outputs" type="list">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
236 <element name="pVACbind_mhcii_test.MHC_II.all_epitopes.aggregated.tsv" ftype="tabular">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
237 <assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
238 <has_text text="ID&#x9;DPA1*01:03-DPB1*02:02&#x9;DQA1*01:01-DQB1*02:02&#x9;DRB1*01:02&#x9;DRB1*01:09"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
239 </assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
240 </element>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
241 <element name="pVACbind_mhcii_test.MHC_II.all_epitopes.tsv" ftype="tabular">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
242 <assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
243 <has_text text="Mutation&#x9;HLA Allele&#x9;Sub-peptide Position&#x9;Epitope Seq"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
244 </assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
245 </element>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
246 <element name="pVACbind_mhcii_test.MHC_II.filtered.tsv" ftype="tabular">
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
247 <assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
248 <has_text text="Mutation&#x9;HLA Allele&#x9;Sub-peptide Position&#x9;Epitope Seq"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
249 </assert_contents>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
250 </element>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
251 </output_collection>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
252 </test>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
253 </tests>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
254
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
255 <help><![CDATA[
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
256 **pVACbind**
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
257
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
258 pVACbind, one component of the pVACtools_ software suite, identifies and prioritizes neoantigens in a FASTA file.
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
259
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
260 Required inputs are an input FASTA file, a sample name to be used in generated outputs, a list of alleles,
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
261 epitope lengths, and finally a selection of epitope prediction algorithms.
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
262
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
263 Further usage details may be found in the pVACbind documentation_.
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
264
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
265 .. _pVACtools: https://pvactools.readthedocs.io/en/latest/index.html
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
266 .. _documentation: https://pvactools.readthedocs.io/en/latest/pvacbind/run.html
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
267 ]]></help>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
268
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
269 <expand macro="citations"/>
8184d4998259 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pvactools commit bec16bc8fc6f7c0dfc8b9739b1a40bcd68e21dac
galaxyp
parents:
diff changeset
270 </tool>