Git Product home page Git Product logo

defastq's Issues

what is the fomat of barcode file?

Hi, I was wondering what is the format of barcode file and the supposed parameter of "--barcode_place" for illumina PE reads. Thank you!

Mismatches allowed set to 2 does not handle single barcode mismatches

Hi developers!

Thanks for making defastq, it's super fast and easy to use. However, as I was comparing to a previous result with a different tool, I realised there is a bug when the option --allowed-mismatches set to 2.

I'm adding a minimal working example here of a set of fastq files that have 1 read in them and an index file with just one barcode in it. The reads contains the barcode with 1 mismatch. When I run defastq with --allowed-mismatches 1, it works as expected and the read is demultiplexed. However, when I run with --allowed-mismatches 2, the read ens up in undecoded.R2.fastq.gz.

Code:

/g/scb/zaugg/claringb/scz_CRISPR_screen/tools/defastq \
 -1 test_reads.R1.fastq.gz \
 -2 test_reads.R2.fastq.gz \
 -b read2 \
 -s 27 \
 -l 11 \
 -i test_barcodes.csv \
 -o mismatch2 \
 -a 2 \
 -n 8

/g/scb/zaugg/claringb/scz_CRISPR_screen/tools/defastq \
 -1 test_reads.R1.fastq.gz \
 -2 test_reads.R2.fastq.gz \
 -b read2 \
 -s 27 \
 -l 11 \
 -i test_barcodes.csv \
 -o mismatch1 \
 -a 1 \
 -n 8

Could you look into what's going on here?
Thanks, Annique

test_barcodes.csv
test_reads.R1.fastq.gz
test_reads.R2.fastq.gz

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.