Mercurial > repos > galaxyp > iedb_netmhcpan
annotate netmhciipan.xml @ 0:4fb283cf23a5 draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
| author | galaxyp |
|---|---|
| date | Wed, 09 Jul 2025 12:56:02 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
1 <tool id="iedb_netmhciipan" name="NetMHCiiPan" version="4.1+galaxy0" profile="24.2"> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
2 <description>MHCii Binding prediction</description> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
3 <macros> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
4 <import>netmhciipan_alleles_macros.xml</import> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
5 <import>shared_macros.xml</import> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
6 </macros> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
7 <requirements> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
8 <expand macro="requirements" /> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
9 </requirements> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
10 |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
12 #import re |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
13 |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
14 python '${__tool_directory__}/nextgen_iedb_api.py' |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
15 --tool-group=mhcii |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
16 #for $method in $methods: |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
17 --method=$method |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
18 #end for |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
19 |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
20 #if $alleles.allelesrc == 'history': |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
21 -A '$alleles.allele_file' |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
22 #else: |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
23 -A '$entered_alleles' |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
24 #end if |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
25 #if $inversion == 'true' |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
26 -R |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
27 #end if |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
28 -l '$length_start','$length_end' |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
29 -P '$peptide_shift' |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
30 |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
31 #if $sequence.seqsrc == 'fasta': |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
32 -i '$sequence.seq_fasta' |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
33 #else if $sequence.seqsrc == 'tabular': |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
34 -i '$sequence.seq_tsv' |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
35 -c #echo int(str($sequence.pep_col)) - 1 |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
36 #else: |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
37 -i '$entered_seqs' -c 0 |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
38 #end if |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
39 |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
40 -o '$output' |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
41 ]]></command> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
42 <configfiles> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
43 <expand macro="configfiles" /> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
44 </configfiles> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
45 <inputs> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
46 <param name="methods" type="select" multiple="true" label="prediction method"> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
47 <option value="netmhciipan_el" selected="true">netmhciipan_el</option> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
48 <option value="netmhciipan_ba">netmhciipan_ba</option> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
49 </param> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
50 <expand macro="inputs" hla_examples="DPA1*01/DPB1*04:01 HLA-DRB1*01:01 H2-IAb"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
51 <param name="peptide_shift" type="integer" value="5" label="Peptide shift"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
52 <param name="inversion" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add reversed peptides to input database"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
53 </inputs> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
54 <outputs> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
55 <data name="output" format="tabular" label="IEDB NetMHCiiPan ${methods}"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
56 </outputs> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
57 <tests> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
58 <!-- test1 --> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
59 <test expect_num_outputs="1"> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
60 <param name="alleles|allelesrc" value="entry"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
61 <param name="alleles|allele_text" value="HLA-DQA1*03:01/DQB1*06:02 HLA-DQA1*03:01/DQB1*06:04"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
62 <param name="methods" value="netmhciipan_ba,netmhciipan_el"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
63 <param name="length_start" value="13"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
64 <param name="length_end" value="17"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
65 <param name="sequence|seqsrc" value="entry"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
66 <param name="sequence|seq_text" value="SLYNTVATLYCVHQRIDV"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
67 <param name="inversion" value="true"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
68 <output name="output" file="outputs/netmhciipan_output_1.tsv"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
69 </test> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
70 <!-- test2 --> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
71 <test expect_num_outputs="1"> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
72 <param name="alleles|allelesrc" value="history"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
73 <param name="alleles|allele_file" value="netmhciipan_alleles.txt"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
74 <param name="length_start" value="13"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
75 <param name="length_end" value="17"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
76 <param name="sequence|seqsrc" value="tabular"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
77 <param name="sequence|seq_tsv" value="seqs.tsv"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
78 <param name="sequence|pep_col" value="3"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
79 <param name="inversion" value="true"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
80 <output name="output" file="outputs/netmhciipan_output_2.tsv"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
81 </test> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
82 <!-- test3 --> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
83 <test expect_num_outputs="1"> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
84 <param name="alleles|allelesrc" value="history"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
85 <param name="alleles|allele_file" value="netmhciipan_alleles.txt"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
86 <param name="length_start" value="13"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
87 <param name="length_end" value="17"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
88 <param name="peptide_shift" value="6"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
89 <param name="sequence|seqsrc" value="fasta"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
90 <param name="sequence|seq_fasta" value="seqs.fa"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
91 <param name="inversion" value="true"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
92 <output name="output" file="outputs/netmhciipan_output_3.tsv"/> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
93 </test> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
94 </tests> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
95 <help><![CDATA[ |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
96 The NetMHCiipan-4.1 server predicts binding of peptides to any MHC II molecule of known sequence using artificial neural networks (ANNs). |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
97 |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
98 This tool uses the "Next-Generation IEDB Tools" API to submit NetMHCiipan-4.1 jobs and retrieve results. |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
99 IEDB is a free resource, funded by a contract from the National Institute of Allergy and Infectious Diseases. |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
100 ]]></help> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
101 <citations> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
102 <expand macro="citations" /> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
103 </citations> |
|
4fb283cf23a5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/iedb_netmhcpan commit 0ac7534c8d9f5bfea21b998286f822784e62da08
galaxyp
parents:
diff
changeset
|
104 </tool> |
