Skip to content

Commit 1029aa9

Browse files
committed
Want to preserve original ToolShed tar-ball structure.
Don't need to put files under tools/venn_list/ but keeping them there mirrors the structure here on the git development repository and would minimise the diff when next push to main Tool Shed.
1 parent 226ce53 commit 1029aa9

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

tools/venn_list/.shed.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ categories:
2020
- Visualization
2121
type: unrestricted
2222
include:
23-
- README.rst
24-
- tool_dependencies.xml
25-
- venn_list.py
26-
- venn_list.xml
2723
- strip_components: 2
2824
source:
25+
- ../../tools/venn_list/README.rst
26+
- ../../tools/venn_list/tool_dependencies.xml
27+
- ../../tools/venn_list/venn_list.py
28+
- ../../tools/venn_list/venn_list.xml
2929
- ../../test-data/magic.pdf
3030
- ../../test-data/venn_list.tabular
3131
- ../../test-data/rhodopsin_proteins.fasta

tools/venn_list/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ To just build and check the tar ball, use::
9393
$ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/venn_list/
9494
...
9595
$ tar -tzf shed_upload.tar.gz
96-
README.rst
96+
tools/venn_list/README.rst
97+
tools/venn_list/tool_dependencies.xml
98+
tools/venn_list/venn_list.py
99+
tools/venn_list/venn_list.xml
97100
test-data/magic.pdf
98101
test-data/rhodopsin_proteins.fasta
99102
test-data/venn_list.tabular
100-
tool_dependencies.xml
101-
venn_list.py
102-
venn_list.xml
103103

104104

105105
Licence (MIT)

0 commit comments

Comments
 (0)