va-big-data-genomics / trellisdata

Python package with classes and methods used in implementing a Trellis data management system.
MIT License
0 stars 1 forks source link

Create a JobRequest trellisdata class for job requests handled by job-launcher function #4

Open pbilling opened 1 year ago

pbilling commented 1 year ago

Instead of providing job_id, input_ids, and trunc_nodes_hash as arguments to create a JobRequest instance, have the __init__ function generate them.

pbilling commented 1 year ago

Also, don't need to provide project_id since that should be in the trellis_config data. Same for dsub provider.

pbilling commented 1 year ago