Previous changeset 9:c55643c3d813 (2022-02-11) Next changeset 11:98cafcbd2578 (2022-04-29) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interproscan commit a3d8961c9561d96f099e4eb4ffc5a64b26791af6" |
modified:
README.md macros.xml test-data/interproscan.loc |
b |
diff -r c55643c3d813 -r 74db03ff999e README.md --- a/README.md Fri Feb 11 17:20:19 2022 +0000 +++ b/README.md Fri Apr 29 09:49:51 2022 +0000 |
b |
@@ -17,7 +17,7 @@ - You agree with each software license - InterProScan was installed using Conda in the `IPRSCAN_DIR` directory -- You have run the InterProScan data manager which placed the data files in the `IPRSCAN_DATA_DIR` directory (e.g. `/data/db/data_managers/interproscan/5.54-87.0/`) +- You have run the InterProScan data manager which placed the data files in the `IPRSCAN_DATA_DIR` directory (e.g. `/data/db/data_managers/interproscan/5.55-88.0/`) Everytime you upgrade InterProScan, you'll need to do the same things: modify the `${IPRSCAN_DIR}/share/InterProScan/interproscan.properties` file + add the SMART file. |
b |
diff -r c55643c3d813 -r 74db03ff999e macros.xml --- a/macros.xml Fri Feb 11 17:20:19 2022 +0000 +++ b/macros.xml Fri Apr 29 09:49:51 2022 +0000 |
b |
@@ -5,7 +5,7 @@ Conda understands both notations, but the Galaxy tool requires the use of "-". The version should also be bumped in test-data/interproscan.loc --> - <token name="@TOOL_VERSION@">5.54-87.0</token> + <token name="@TOOL_VERSION@">5.55-88.0</token> <token name="@VERSION_SUFFIX@">2</token> <xml name="citations"> |
b |
diff -r c55643c3d813 -r 74db03ff999e test-data/interproscan.loc --- a/test-data/interproscan.loc Fri Feb 11 17:20:19 2022 +0000 +++ b/test-data/interproscan.loc Fri Apr 29 09:49:51 2022 +0000 |
b |
@@ -5,4 +5,4 @@ # value description interproscan_version path # # for example -5.54-87.0 InterProScan 5.54-87.0 5.54-87.0 ${__HERE__}/fake_db/ +5.55-88.0 InterProScan 5.55-88.0 5.55-88.0 ${__HERE__}/fake_db/ |