Mercurial > repos > iuc > sra_tools
annotate sra_macros.xml @ 20:964579f93c54 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit ec1cc6c0c290e9931780ea128bb48caac37977db"
author | iuc |
---|---|
date | Wed, 01 Jul 2020 17:48:02 -0400 |
parents | 248f85ff0733 |
children | 494b2ec08162 |
rev | line source |
---|---|
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
1 <macros> |
18
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
2 <token name="@VERSION@">2.10.7</token> |
13
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
3 <token name="@ACCESSIONS_FROM_FILE@"> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
4 grep '^[[:space:]]*[E|S|D]RR[0-9]\{1,\}[[:space:]]*$' |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
5 </token> |
17
c441583adae5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit e00e33a3405201e8decbbb641ad0a8c3e16c8bef"
iuc
parents:
16
diff
changeset
|
6 <token name="@COMPRESS@"><![CDATA[pigz -cqp \${GALAXY_SLOTS:-1}]]></token> |
c441583adae5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit e00e33a3405201e8decbbb641ad0a8c3e16c8bef"
iuc
parents:
16
diff
changeset
|
7 <token name="@CONFIGURE_RETRY@"><![CDATA[ |
c441583adae5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit e00e33a3405201e8decbbb641ad0a8c3e16c8bef"
iuc
parents:
16
diff
changeset
|
8 export SRA_PREFETCH_RETRIES=3 && |
c441583adae5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit e00e33a3405201e8decbbb641ad0a8c3e16c8bef"
iuc
parents:
16
diff
changeset
|
9 export SRA_PREFETCH_ATTEMPT=1 && |
c441583adae5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit e00e33a3405201e8decbbb641ad0a8c3e16c8bef"
iuc
parents:
16
diff
changeset
|
10 ]]></token> |
18
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
11 <token name="@COPY_CONFIGFILE@"><![CDATA[ |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
12 mkdir -p ~/.ncbi && |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
13 cp '$user_settings_mkfg' ~/.ncbi/user-settings.mkfg && |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
14 vdb-config -s "/repository/user/main/public/root=\$PWD" && |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
15 vdb-config -s "/repository/user/ad/public/root=\$PWD" && |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
16 vdb-config -s "/repository/user/default-path=\$PWD" && |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
17 vdb-config -s "/repository/user/main/public/root=\$PWD" && |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
18 vdb-config -s /http/timeout/read=10000 && |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
19 ]]></token> |
13
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
20 <token name="@SET_ACCESSIONS@"><![CDATA[ |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
21 #if $input.input_select=="file_list": |
19
248f85ff0733
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 1e2492fa4557ddc6ffefc16b249ed9ef0207d5e1"
iuc
parents:
18
diff
changeset
|
22 #if $input.file_list.is_of_type('sra_manifest.tabular'): |
248f85ff0733
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 1e2492fa4557ddc6ffefc16b249ed9ef0207d5e1"
iuc
parents:
18
diff
changeset
|
23 #set $column = $input.file_list.unsanitized.metadata.column_names.index('Run') + 1 |
248f85ff0733
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 1e2492fa4557ddc6ffefc16b249ed9ef0207d5e1"
iuc
parents:
18
diff
changeset
|
24 cut -f $column '$input.file_list'| tail -n +2 > "manifest" && |
248f85ff0733
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 1e2492fa4557ddc6ffefc16b249ed9ef0207d5e1"
iuc
parents:
18
diff
changeset
|
25 #else |
20
964579f93c54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit ec1cc6c0c290e9931780ea128bb48caac37977db"
iuc
parents:
19
diff
changeset
|
26 ln -s '$input.file_list' manifest && |
19
248f85ff0733
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 1e2492fa4557ddc6ffefc16b249ed9ef0207d5e1"
iuc
parents:
18
diff
changeset
|
27 #end if |
248f85ff0733
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 1e2492fa4557ddc6ffefc16b249ed9ef0207d5e1"
iuc
parents:
18
diff
changeset
|
28 for acc in `@ACCESSIONS_FROM_FILE@ manifest` ; |
13
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
29 do ( |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
30 #elif $input.input_select=="accession_number": |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
31 acc='${input.accession}' && [ ""\$acc" =~ ^[E|S|D]RR[0-9]{1,}$" ] && ( |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
32 #end if |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
33 ]]></token> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
34 |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
35 <macro name="requirements"> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
36 <requirements> |
18
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
37 <requirement type="package" version="@VERSION@">sra-tools</requirement> |
17
c441583adae5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit e00e33a3405201e8decbbb641ad0a8c3e16c8bef"
iuc
parents:
16
diff
changeset
|
38 <requirement type="package" version="2.3.4">pigz</requirement> |
16
aad3885b3216
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 2be63abd7e4db27fa32ecbbc10d48cacb0073115"
iuc
parents:
15
diff
changeset
|
39 <yield/> |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
40 </requirements> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
41 </macro> |
18
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
42 <macro name="configfile_hack"> |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
43 <configfiles> |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
44 <configfile name="user_settings_mkfg"><![CDATA[ |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
45 /LIBS/GUID = "3cdc38d0-711a-49ce-9536-f544eaf69eec" |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
46 /config/default = "false" |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
47 /libs/temp_cache = "." |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
48 /tools/prefetch/download_to_cache = "false" |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
49 ]]></configfile> |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
50 </configfiles> |
7068f48d0ef9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
iuc
parents:
17
diff
changeset
|
51 </macro> |
13
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
52 <macro name="sanitize_query"> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
53 <sanitizer> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
54 <valid initial="string.printable"> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
55 <remove value=" "/> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
56 <remove value="'" /> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
57 </valid> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
58 <mapping initial="none"> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
59 <add source=" " target=""/> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
60 <add source="'" target="'"'"'" /> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
61 </mapping> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
62 </sanitizer> |
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
63 </macro> |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
64 <macro name="input_conditional"> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
65 <conditional name="input"> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
66 <param name="input_select" type="select" label="select input type"> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
67 <option value="accession_number">SRR accession</option> |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
68 <option value="file_list">List of SRA accession, one per line</option> |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
69 <option value="file">SRA archive in current history</option> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
70 </param> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
71 <when value="accession_number"> |
11
5e6237d58b0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 2d182cef61f6cf3f732b14d2fe8dea2255271421
iuc
parents:
7
diff
changeset
|
72 <param name="accession" type="text" label="Accession" help="Must start with SRR, DRR or ERR, e.g. SRR925743, ERR343809"> |
13
c38286ea7047
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
12
diff
changeset
|
73 <expand macro="sanitize_query" /> |
11
5e6237d58b0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 2d182cef61f6cf3f732b14d2fe8dea2255271421
iuc
parents:
7
diff
changeset
|
74 <validator type="empty_field" message="An accession is required"/> |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
75 </param> |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
76 </when> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
77 <when value="file"> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
78 <param format="sra" name="file" type="data" label="sra archive"/> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
79 </when> |
1
462ee06c9358
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 4defaa3ff1c21e2ec39033bfe63ee69471104ede
iuc
parents:
0
diff
changeset
|
80 <when value="file_list"> |
462ee06c9358
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 4defaa3ff1c21e2ec39033bfe63ee69471104ede
iuc
parents:
0
diff
changeset
|
81 <param format="txt" name="file_list" type="data" label="sra accession list"/> |
2
f256cb398262
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 4e83a7f6d542cd3129eb14a142f74c127f91d026
iuc
parents:
1
diff
changeset
|
82 </when> |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
83 </conditional> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
84 </macro> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
85 <macro name="alignments"> |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
86 <param name="alignments" type="select" value="both" label="Output aligned or unaligned reads" help="Output reads according to their alignment status." argument="--aligned and --unaligned"> |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
87 <option value="both">both</option> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
88 <option value="aligned">aligned only</option> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
89 <option value="unaligned">unaligned only</option> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
90 </param> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
91 </macro> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
92 <macro name="minMapq"> |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
93 <param name="minMapq" type="integer" min="0" max="42" label="Minimum mapping quality" optional="true" help="Minimum mapping quality an alignment has to have, to be dumped." argument="--min-mapq"/> |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
94 </macro> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
95 <macro name="region"> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
96 <param format="text" name="region" type="text" label="aligned region" optional="true" |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
97 help="Filter by position on genome. Can be either accession.version (ex: NC_000001.10), chromosome name (ex:chr1 or 1) or 1-based coordinates (ex: chr1:1-101)." argument="--aligned-region"/> |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
98 </macro> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
99 <macro name="matepairDist"> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
100 <param name="matepairDist" type="text" label="mate-pair distance (from-to|unknown)" optional="true" |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
101 help="Filter by distance between matepairs. Use unknown to find matepairs split between the references. Use from-to (inclusive) to limit matepair distance on the same reference" argument="--matepair-distance"/> |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
102 </macro> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
103 <macro name="citation"> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
104 <citations> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
105 <citation type="doi">10.1093/nar/gkq1019</citation> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
106 </citations> |
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
107 </macro> |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
108 <token name="@ACCESSION_LIST_HOWTO@"> |
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
109 ----- |
2
f256cb398262
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 4e83a7f6d542cd3129eb14a142f74c127f91d026
iuc
parents:
1
diff
changeset
|
110 |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
111 **How to generate accession lists** |
1
462ee06c9358
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 4defaa3ff1c21e2ec39033bfe63ee69471104ede
iuc
parents:
0
diff
changeset
|
112 |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
113 1. Go to **SRA Run Selector** by clicking this link_ |
14
1790dcf3c32d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 30ec06de1f3056967f5cc2d8ef57f9692d5533d7
iuc
parents:
13
diff
changeset
|
114 2. Find the study you are interested in by typing a search term within the **Search** box. This can be a word (e.g., *mitochondria*) or an accession you have gotten from a paper (e.g., *SRR1582967*). |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
115 3. Once you click on the study of interest you will see the number of datasets in this study within the **Related SRA data** box |
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
116 4. Click on the Runs number |
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
117 5. On the page that would open you will see **Accession List** button |
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
118 6. Clicking of this button will produce a file that you will need to upload into Galaxy and use as the input to this tool. |
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
119 </token> |
2
f256cb398262
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 4e83a7f6d542cd3129eb14a142f74c127f91d026
iuc
parents:
1
diff
changeset
|
120 |
7
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
121 <token name="@SRATOOLS_ATTRRIBUTION@"> |
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
122 Galaxy tool wrapper originally written by Matt Shirley (mdshw5 at gmail.com). |
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
123 Wrapper modified by Philip Mabon ( philip.mabon at phac-aspc.gc.ca ). |
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
124 Tool dependencies, clean-up and bug-fixes by Marius van den Beek (m.vandenbeek at gmail.com). |
c7620aa7e1f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d1347141d384ed404f674d7ce408b6769e763ea1
iuc
parents:
5
diff
changeset
|
125 For support and bug reports contact Matt Shirley or Marius van den Beek or go to https://github.com/galaxyproject/tools-iuc. |
1
462ee06c9358
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 4defaa3ff1c21e2ec39033bfe63ee69471104ede
iuc
parents:
0
diff
changeset
|
126 </token> |
0
b723c120161a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d555f296be01d0c0fa5ac28d28a48cf4ada98297
iuc
parents:
diff
changeset
|
127 </macros> |