Git Product home page Git Product logo

Comments (4)

skyou123 avatar skyou123 commented on June 1, 2024

this error occured at the Rscript ./scripts/matrix.count.celltags.R ./cell.barcodes/hf1.d15.barcodes.tsv v1.celltag.parsed.tsv hf1.d15.v1

from biddyetalworkflow.

babiddy avatar babiddy commented on June 1, 2024

Hi @skyou123,

This error is probably caused by an issue with your input files for the script, specifically the file v1.celltag.parsed.tsv. Can you try regenerating the v1.celltag.parsed.tsv file and try again? If you still get this error it would be helpful if you could share the commands you used to create the v1.celltag.parsed.tsv file as well as the file itself.

Thanks,
Brent

from biddyetalworkflow.

skyou123 avatar skyou123 commented on June 1, 2024

Hi Brent Biddy,

I tried regenerating the  v1.celltag.parsed.tsv  file and it did not work.
Though, I changed you code in celltag.parse.reads.10x.sh, in line 36,  to "match($10, /GGT(.*)GAATTC/, celltag);", and it works.

In the end, I completed the pipeline in CellTagWorkflow, thanks for your reply!

Best

Zhiwen You
institute of neuroscience(ION), Chinese Academy of Science(CAS)

from biddyetalworkflow.

babiddy avatar babiddy commented on June 1, 2024

Hi Zhiwen,

Thank you for posting your fix. I am glad you were able to complete the workflow. While I can't be positive, based on the fix you posted, I am guessing the error you experienced was a result of not including parentheses around [ACTG]{8} in the tagregex option for the celltag.parse.reads.10x.sh script.

Like so: -v tagregex="CCGGT([ACTG]{8})GAATTC"

It is necesarry to include these parentheses in the CellTag "motif" when using this script. I just wanted to mention this in case anyone else experiences a similar error.

Best,
Brent

from biddyetalworkflow.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.