Closed ejseqera closed 11 months ago
Addresses #4 with added error handling if no YAMLs provided.
Test with:
seqerakit --info
Or, in a Python script:
from seqerakit import seqeraplatform tw = seqeraplatform.SeqeraPlatform() print(tw.info())
Addresses #4 with added error handling if no YAMLs provided.
Test with:
Or, in a Python script: