Skip to content
New issue

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

add miscellaneous_plates to configuration YAML #26

Closed
jbloom opened this issue Feb 15, 2024 · 0 comments · Fixed by #27
Closed

add miscellaneous_plates to configuration YAML #26

jbloom opened this issue Feb 15, 2024 · 0 comments · Fixed by #27
Assignees

Comments

@jbloom
Copy link
Member

jbloom commented Feb 15, 2024

The use case is if we have plates where we want to count barcodes (eg, for library pooling) but not fit curves or do any of the downstream steps done for plates.

The key should look like this:

miscellaneous_plates:

  <plate_name, eg "initial_pooling">
    date: <date>
    viral_library: <lib>
    neut_standard_set: <set>
    samples_csv: <filename>

The output would be in ./results/miscellaneous_plates/<plate_name>/<well>_<outfile.csv> where <outfile> is counts, invalid_counts, or fates.

The samples_csv will have the following required columns and can also have other columns:

  • well
  • fastq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants