Skip to content

Commit 0e854b7

Browse files
authored
Merge pull request #63 from aCLImatise/basecamp-docs
Basecamp docs
2 parents 7402a28 + bf49701 commit 0e854b7

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Currently aCLImatise supports both `CWL <https://www.commonwl.org/>`_ and
1414
`WDL <https://openwdl.org/>`_ outputs, but other formats will be considered in the future, especially pull
1515
requests to support them.
1616

17+
Please also refer to `The aCLImatise Base Camp <https://aclimatise.github.io/BaseCamp/>`_, which is a database of pre-computed tool definitions
18+
generated by the aCLImatise parser. Most bioinformatics tools have a tool definition already generated in the Base Camp,
19+
so you may not need to run aCLImatise directly.
20+
1721
Example
1822
-------
1923

docs/changes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog
66
* Add ``command['sort']`` which lets you access subcommands by name
77

88
2.1.0 (2020-09-22)
9-
----------------
9+
------------------
1010
* Add `bedtools random` as a test case
1111
* Use a simple metric to exclude flags unless they have a somewhat valid description text, this should result in less false-positive flags being detected
1212
* Fixed the `id` field in the CWL tool definitions including some path elements (like `..`)
@@ -19,9 +19,9 @@ Changelog
1919
* Rename the CLI utility from ``acclimatise`` to ``aclimatise``.
2020

2121
1.2.0 (2020-09-13)
22-
-----------------
22+
------------------
2323
User-Facing Changes
24-
******************
24+
*******************
2525
* Add output generation for CWL and WDL
2626

2727
Fixes

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Welcome to aCLImatise's documentation!
1616
model
1717
grammar
1818
changes
19+
aCLImatise Base Camp <https://aclimatise.github.io/BaseCamp/>
1920

2021
.. include:: ../README.rst
2122

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aclimatise
3-
version = 2.2.0
3+
version = 2.2.0.post1
44
description = aCLImatise is a Python library and command-line utility for parsing the help output of a command-line tool and then outputting a description of the tool in a more structured format
55
long_description = file: README.rst
66
long_description_content_type: text/x-rst

0 commit comments

Comments
 (0)