mutts 1.0.2__tar.gz → 1.0.3__tar.gz

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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "mutts"
3
- version = "1.0.2" # dynamic versioning from git tags
3
+ version = "1.0.3" # dynamic versioning from git tags
4
4
  description = "Metadata for User facility Template Transformations"
5
5
  authors = [
6
6
  "Sujay Patil <spatil@lbl.gov>",
@@ -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
File without changes
File without changes
File without changes
File without changes