mutts 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
mutts/cli.py CHANGED
@@ -114,8 +114,7 @@ def cli(
114
114
  if mapper_basename in jgi_v15_mappers:
115
115
  # Path to static JGI v15 Excel template
116
116
  static_excel_path = os.path.join(
117
- os.path.dirname(__file__), '..', '..',
118
- 'input-files', 'static-excel-tabs', 'JGI.Metagenome.NA.v15.xlsx'
117
+ os.path.dirname(__file__), 'static-excel-tabs', 'JGI.Metagenome.NA.v15.xlsx'
119
118
  )
120
119
 
121
120
  # Copy INSTRUCTIONS and PLATE LOCATIONS sheets from JGI v15 template
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mutts
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Metadata for User facility Template Transformations
5
5
  License: MIT
6
6
  Keywords: NMDC,US DOE user facilities,metadata translation
@@ -0,0 +1,9 @@
1
+ mutts/__init__.py,sha256=iTcKOq5Id9qudNWyTGPJyJGuS19yG-FhPlmSfuJM7jU,217
2
+ mutts/cli.py,sha256=YzRnMLEtbFc2yuAYqWoljvk0Z9IEHDw3XefjTZE8Rbg,4912
3
+ mutts/retriever.py,sha256=B9cShEaeOY4BN1nWaML_UzMTR971X4rn1XfqyvZhAno,8333
4
+ mutts/spreadsheet.py,sha256=hSEEkTcTmkEFsktGG1_s4gAPuDys9Dnzbdk9cfJKwcY,5053
5
+ mutts/static-excel-tabs/JGI.Metagenome.NA.v15.xlsx,sha256=tYlYX5QZVjiiCrsCsxfL73O0BdvlqttBjUyqXsv8s7s,22099
6
+ mutts-1.0.3.dist-info/METADATA,sha256=JU9879qBfZ0iLTHWHCR1J6XUyUSXPq1sSOm7wW0b0Zg,8928
7
+ mutts-1.0.3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
8
+ mutts-1.0.3.dist-info/entry_points.txt,sha256=rDp08H4MnNWGYHFE6ZAqOocRyTp68IPJsjXTcQppi8s,39
9
+ mutts-1.0.3.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- mutts/__init__.py,sha256=iTcKOq5Id9qudNWyTGPJyJGuS19yG-FhPlmSfuJM7jU,217
2
- mutts/cli.py,sha256=WB7uaOHfbz7rU3psO9OVP8ScAj7Nv3OolSykFCYLyvk,4955
3
- mutts/retriever.py,sha256=B9cShEaeOY4BN1nWaML_UzMTR971X4rn1XfqyvZhAno,8333
4
- mutts/spreadsheet.py,sha256=hSEEkTcTmkEFsktGG1_s4gAPuDys9Dnzbdk9cfJKwcY,5053
5
- mutts-1.0.2.dist-info/METADATA,sha256=Pg_oNL4XqxCAsHfR_zi98acFZD8nJ7RLCDxGn6hjGuU,8928
6
- mutts-1.0.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
7
- mutts-1.0.2.dist-info/entry_points.txt,sha256=rDp08H4MnNWGYHFE6ZAqOocRyTp68IPJsjXTcQppi8s,39
8
- mutts-1.0.2.dist-info/RECORD,,
File without changes