Loading pyproject.toml +1 −1 Original line number Diff line number Diff line [tool.poetry] name = "nova-galaxy" version = "0.8.1" version = "0.8.2" description = "Utilties for accessing the ORNL Galaxy instance" authors = ["Greg Watson <watsongr@ornl.gov>", "Gregory Cage <cagege@ornl.gov>"] readme = "README.md" Loading src/nova/galaxy/job.py +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ class Job: for dataset in self.datasets: d = Dataset(dataset["output_name"]) d.id = dataset["id"] d.file_type = dataset["file_ext"] d.file_type = dataset.get("file_ext", "") d.store = self.store outputs.add_output(d) if self.collections: Loading Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line [tool.poetry] name = "nova-galaxy" version = "0.8.1" version = "0.8.2" description = "Utilties for accessing the ORNL Galaxy instance" authors = ["Greg Watson <watsongr@ornl.gov>", "Gregory Cage <cagege@ornl.gov>"] readme = "README.md" Loading
src/nova/galaxy/job.py +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ class Job: for dataset in self.datasets: d = Dataset(dataset["output_name"]) d.id = dataset["id"] d.file_type = dataset["file_ext"] d.file_type = dataset.get("file_ext", "") d.store = self.store outputs.add_output(d) if self.collections: Loading