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
Example:
sample_name,library,file,toggle ,anySampleType,data/frog1_data.txt,1 frog_2,anySampleType,data/frog2_data.txt,1
Can create peppy prj with missing sample name.
sample_name: None library: anySampleType file: data/frog1_data.txt toggle: 1, Sample 'frog_2' in Project (/home/drc/GITHUB/hello_looper/hello_looper/project/project_config.yaml) sample_name: frog_2 library: anySampleType file: data/frog2_data.txt toggle: 1]
The text was updated successfully, but these errors were encountered:
After investigating this issue, it seems it is correct behavior. Sample name can be derived. And we have few tests for that.
peppy/tests/test_Project.py
Lines 290 to 299 in fc15511
Sorry, something went wrong.
khoroshevskyi
No branches or pull requests
Example:
Can create peppy prj with missing sample name.
The text was updated successfully, but these errors were encountered: