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
A collection of problems I ran into when trying to use looper for a project:
sample_name
sample_table_index
The text was updated successfully, but these errors were encountered:
example: I would like to make a peppy.Project from a sample yaml file:
- sample_name: sample 1 file: path/to/file.tsv - sample_name: sample 2 file: path/to/2.tsv
prj = peppy.Project(sample_yaml="path.yaml")
or `prj = peppy.Project(sample_yaml={ ... sample dict ... })
Sorry, something went wrong.
these are all done, or tracked in other issues.
No branches or pull requests
A collection of problems I ran into when trying to use looper for a project:
sample_name
, but withsample_table_index
set correctly, cannot run in looper #459The text was updated successfully, but these errors were encountered: