-
Notifications
You must be signed in to change notification settings - Fork 2
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
How process non-10X RNA-seq library #8
Comments
I should ask in seqspec |
This can be handled by precellar. But more detailed information about the library is needed, such as the "(9) Final library structure" in this example: https://teichlab.github.io/scg_lib_structs/methods_html/SMART-seq_family.html. |
I encountered an issue while using the seqspec tool. When attempting to read the local spec.yaml file, an error occurred, preventing the file from being properly accessed. Here are the steps I followed to generate the file: First, I initialized the sequence specification file with the following command: |
I suggest you use the seqspec templates here to start with: https://github.com/regulatory-genomics/precellar/tree/main/seqspec_templates. Many current seqspec you can find do not conform the seqspec specification/schema: https://github.com/pachterlab/seqspec/blob/main/seqspec/schema/seqspec.schema.json |
I have a batch of self-constructed test data, where UMI and barcode information is located at fixed positions in R1, and R2 contains the sequencing data. I need to append the barcode and UMI information to R2, but in some cases, the library is quite short, and R2 can sequence through into R1. I need to trim the polyA tail in R2 before alignment. Would this type of sequencing data be compatible with preCellar?
The custom library is below.
The text was updated successfully, but these errors were encountered: