You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we removed the dependency on the submodule and have the python templates within the repo, maybe we should start thinking in adding unit tests for some of the scripts that are used within a given nextflow template. This would be nice to assure that we don't break any part of the code that is required, after updating the module for some reason. For instance, I need that the object returned from the plasmid modules return a given json file so that it can be loaded into patlas.site. But others may have other reasons or just to maintain a healthier code that others can contribute in the future.
The text was updated successfully, but these errors were encountered:
Started playing around with these tests and it will require a little handling on the imports, since the relative path for the imports is different from the templates.
Now that we removed the dependency on the submodule and have the python templates within the repo, maybe we should start thinking in adding unit tests for some of the scripts that are used within a given nextflow template. This would be nice to assure that we don't break any part of the code that is required, after updating the module for some reason. For instance, I need that the object returned from the plasmid modules return a given
json
file so that it can be loaded into patlas.site. But others may have other reasons or just to maintain a healthier code that others can contribute in the future.The text was updated successfully, but these errors were encountered: