Mercurial > repos > davidvanzessen > argalaxy_tools
annotate CHANGES.md @ 60:5a45335f67f0 draft default tip
planemo upload commit a6311946297fd040bc4d1cf9808282d60770ce81
author | rhpvorderman |
---|---|
date | Wed, 26 Mar 2025 14:30:06 +0000 |
parents | 14cecb0cac92 |
children |
rev | line source |
---|---|
60
5a45335f67f0
planemo upload commit a6311946297fd040bc4d1cf9808282d60770ce81
rhpvorderman
parents:
59
diff
changeset
|
1 version 1.1.3 |
5a45335f67f0
planemo upload commit a6311946297fd040bc4d1cf9808282d60770ce81
rhpvorderman
parents:
59
diff
changeset
|
2 ------------- |
5a45335f67f0
planemo upload commit a6311946297fd040bc4d1cf9808282d60770ce81
rhpvorderman
parents:
59
diff
changeset
|
3 + Fix an issue where the tool script could not be found. |
5a45335f67f0
planemo upload commit a6311946297fd040bc4d1cf9808282d60770ce81
rhpvorderman
parents:
59
diff
changeset
|
4 |
59
14cecb0cac92
planemo upload commit 94e363d9eb0b896925ab7ee299b37d07b2bcac3c
rhpvorderman
parents:
58
diff
changeset
|
5 version 1.1.2 |
14cecb0cac92
planemo upload commit 94e363d9eb0b896925ab7ee299b37d07b2bcac3c
rhpvorderman
parents:
58
diff
changeset
|
6 ------------- |
14cecb0cac92
planemo upload commit 94e363d9eb0b896925ab7ee299b37d07b2bcac3c
rhpvorderman
parents:
58
diff
changeset
|
7 + Set a profile version so exiting with a tool exit code of 0 will indicate |
14cecb0cac92
planemo upload commit 94e363d9eb0b896925ab7ee299b37d07b2bcac3c
rhpvorderman
parents:
58
diff
changeset
|
8 the job has succeeded. |
14cecb0cac92
planemo upload commit 94e363d9eb0b896925ab7ee299b37d07b2bcac3c
rhpvorderman
parents:
58
diff
changeset
|
9 |
58
4c6df851e262
"planemo upload commit 1a7731bb4fe2e80fb1fdc88121783068af3edb08"
rhpvorderman
parents:
57
diff
changeset
|
10 version 1.1.1 |
4c6df851e262
"planemo upload commit 1a7731bb4fe2e80fb1fdc88121783068af3edb08"
rhpvorderman
parents:
57
diff
changeset
|
11 ------------- |
4c6df851e262
"planemo upload commit 1a7731bb4fe2e80fb1fdc88121783068af3edb08"
rhpvorderman
parents:
57
diff
changeset
|
12 + Make sure the path to the zip is correct. |
4c6df851e262
"planemo upload commit 1a7731bb4fe2e80fb1fdc88121783068af3edb08"
rhpvorderman
parents:
57
diff
changeset
|
13 + The html files are now UTF-8 encoded to prevent decoding errors. |
4c6df851e262
"planemo upload commit 1a7731bb4fe2e80fb1fdc88121783068af3edb08"
rhpvorderman
parents:
57
diff
changeset
|
14 |
57
33412e85e669
"planemo upload commit 2a9ed3adf321f18047c3746735a5e79a4586798d"
rhpvorderman
parents:
55
diff
changeset
|
15 version 1.1.0 |
33412e85e669
"planemo upload commit 2a9ed3adf321f18047c3746735a5e79a4586798d"
rhpvorderman
parents:
55
diff
changeset
|
16 ------------- |
33412e85e669
"planemo upload commit 2a9ed3adf321f18047c3746735a5e79a4586798d"
rhpvorderman
parents:
55
diff
changeset
|
17 + Add a container requirement to allow using docker or singularity. |
33412e85e669
"planemo upload commit 2a9ed3adf321f18047c3746735a5e79a4586798d"
rhpvorderman
parents:
55
diff
changeset
|
18 + Add an option to download all files at once contained in a zip file. |
33412e85e669
"planemo upload commit 2a9ed3adf321f18047c3746735a5e79a4586798d"
rhpvorderman
parents:
55
diff
changeset
|
19 |
55
2a7dc86d8f85
"planemo upload commit 14f5f6a6fa8873c6d7f0f97dfddc0ba02fff3d1d"
rhpvorderman
parents:
54
diff
changeset
|
20 version 1.0.2 |
2a7dc86d8f85
"planemo upload commit 14f5f6a6fa8873c6d7f0f97dfddc0ba02fff3d1d"
rhpvorderman
parents:
54
diff
changeset
|
21 ------------- |
2a7dc86d8f85
"planemo upload commit 14f5f6a6fa8873c6d7f0f97dfddc0ba02fff3d1d"
rhpvorderman
parents:
54
diff
changeset
|
22 + Remove some wrongly placed quotes |
2a7dc86d8f85
"planemo upload commit 14f5f6a6fa8873c6d7f0f97dfddc0ba02fff3d1d"
rhpvorderman
parents:
54
diff
changeset
|
23 |
54
81b3eb11ed2c
"planemo upload commit 6c0195cc4de6a34e2c46d875be4fc2157a21cdf6"
rhpvorderman
parents:
diff
changeset
|
24 version 1.0.1 |
81b3eb11ed2c
"planemo upload commit 6c0195cc4de6a34e2c46d875be4fc2157a21cdf6"
rhpvorderman
parents:
diff
changeset
|
25 --------------- |
81b3eb11ed2c
"planemo upload commit 6c0195cc4de6a34e2c46d875be4fc2157a21cdf6"
rhpvorderman
parents:
diff
changeset
|
26 + Quote some variables to prevent ambiguous redirects |