We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
peppy.Project
I was attempting to create a new peppy.Project object with the following config:
name: GSE96155 pep_version: 2.1.0 sample_table: GSE96155_annotation.csv subsample_table: null ...
And peppy threw the following error: TypeError: Provided argument has to be a List[str] or a str, got 'NoneType'
peppy
TypeError: Provided argument has to be a List[str] or a str, got 'NoneType'
Based on the discussion over at geofetch: pepkit/geofetch#80, peppy should allow null sub sample tables.
geofetch
The text was updated successfully, but these errors were encountered:
Low priority, but just saying this still exists as a bug.
Sorry, something went wrong.
88264c3
khoroshevskyi
Successfully merging a pull request may close this issue.
I was attempting to create a new
peppy.Project
object with the following config:And
peppy
threw the following error:TypeError: Provided argument has to be a List[str] or a str, got 'NoneType'
Based on the discussion over at
geofetch
: pepkit/geofetch#80,peppy
should allow null sub sample tables.The text was updated successfully, but these errors were encountered: