Repository 'ncbi_eutils_esummary'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/ncbi_eutils_esummary

Changeset 2:cb5a0fe9e036 (2020-03-11)
Previous changeset 1:c8d4ea6376a7 (2018-10-30) Next changeset 3:254f40d3ae2b (2020-09-23)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit db33413a06c275efd4cc8e771c37facf543a2cfa"
modified:
esummary.xml
eutils.py
macros.xml
test-data/pubmed.metadata.xml
removed:
__pycache__/eutils.cpython-35.pyc
b
diff -r c8d4ea6376a7 -r cb5a0fe9e036 __pycache__/eutils.cpython-35.pyc
b
Binary file __pycache__/eutils.cpython-35.pyc has changed
b
diff -r c8d4ea6376a7 -r cb5a0fe9e036 esummary.xml
--- a/esummary.xml Tue Oct 30 19:09:40 2018 -0400
+++ b/esummary.xml Wed Mar 11 04:01:46 2020 -0400
[
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
-<tool id="ncbi_eutils_esummary" name="NCBI ESummary" version="@WRAPPER_VERSION@">
+<tool id="ncbi_eutils_esummary" name="NCBI ESummary" version="@WRAPPER_VERSION@" profile="@PROFILE@">
   <description>fetch summary of history/ids</description>
   <macros>
     <import>macros.xml</import>
   </macros>
   <expand macro="requirements"/>
   <version_command>python esummary.py --version</version_command>
-  <command detect_errors="aggressive" interpreter="python"><![CDATA[esummary.py
+  <command detect_errors="aggressive"><![CDATA[
+python '$__tool_directory__/esummary.py'
 $db_select
 
 @LIST_OR_HIST@
b
diff -r c8d4ea6376a7 -r cb5a0fe9e036 eutils.py
--- a/eutils.py Tue Oct 30 19:09:40 2018 -0400
+++ b/eutils.py Wed Mar 11 04:01:46 2020 -0400
b
@@ -1,8 +1,8 @@
 import json
 import os
+from io import StringIO
 
 from Bio import Entrez
-from six import StringIO
 
 Entrez.tool = "GalaxyEutils_1_0"
 BATCH_SIZE = 200
b
diff -r c8d4ea6376a7 -r cb5a0fe9e036 macros.xml
--- a/macros.xml Tue Oct 30 19:09:40 2018 -0400
+++ b/macros.xml Wed Mar 11 04:01:46 2020 -0400
b
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
 <macros>
-  <token name="@WRAPPER_VERSION@">1.2</token>
+  <token name="@PROFILE@">18.01</token>
+  <token name="@WRAPPER_VERSION@">1.3</token>
   <token name="@EMAIL_ARGUMENTS@">
 --user_email "$__user_email__"
 #set admin_emails = ';'.join(str($__admin_users__).split(','))
@@ -835,8 +836,7 @@
   </xml>
   <xml name="requirements">
     <requirements>
-      <requirement type="package" version="1.68">biopython</requirement>
-      <requirement type="package" version="1.10">six</requirement>
+      <requirement type="package" version="1.70">biopython</requirement>
     </requirements>
   </xml>
   <xml name="linkname">
b
diff -r c8d4ea6376a7 -r cb5a0fe9e036 test-data/pubmed.metadata.xml
--- a/test-data/pubmed.metadata.xml Tue Oct 30 19:09:40 2018 -0400
+++ b/test-data/pubmed.metadata.xml Wed Mar 11 04:01:46 2020 -0400
b
@@ -1,5 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE eInfoResult PUBLIC "-//NLM//DTD einfo 20130322//EN" "https://eutils.ncbi.nlm.nih.gov/eutils/dtd/20130322/einfo.dtd">
 <eInfoResult>
  <DbInfo>
  <DbName>pubmed</DbName>