Skip to content

Commit

Permalink
Want to preserve original ToolShed tar-ball structure.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
peterjc committed May 7, 2015
1 parent 226ce53 commit 1029aa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tools/venn_list/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ categories:
- Visualization
type: unrestricted
include:
- README.rst
- tool_dependencies.xml
- venn_list.py
- venn_list.xml
- strip_components: 2
source:
- ../../tools/venn_list/README.rst
- ../../tools/venn_list/tool_dependencies.xml
- ../../tools/venn_list/venn_list.py
- ../../tools/venn_list/venn_list.xml
- ../../test-data/magic.pdf
- ../../test-data/venn_list.tabular
- ../../test-data/rhodopsin_proteins.fasta
8 changes: 4 additions & 4 deletions tools/venn_list/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ To just build and check the tar ball, use::
$ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/venn_list/
...
$ tar -tzf shed_upload.tar.gz
README.rst
tools/venn_list/README.rst
tools/venn_list/tool_dependencies.xml
tools/venn_list/venn_list.py
tools/venn_list/venn_list.xml
test-data/magic.pdf
test-data/rhodopsin_proteins.fasta
test-data/venn_list.tabular
tool_dependencies.xml
venn_list.py
venn_list.xml


Licence (MIT)
Expand Down

0 comments on commit 1029aa9

Please sign in to comment.