arshajii / ema

Fast & accurate alignment of barcoded short-reads
http://ema.csail.mit.edu
MIT License
32 stars 7 forks source link

How to use "-b" flag? #34

Closed andreaswallberg closed 4 years ago

andreaswallberg commented 4 years ago

Dear developers,

I have read all discussion/issues related to "BX:Z" and tried to generate new fastq files by adding the -b flag to my "ema preproc" run:

-b: output BX:Z-formatted FASTQs [off]

However, as far as I can tell it does not actually print new fastq files anywhere in the file system. I get my 500 bins and downstream alignment works just fine but despite inspecting the source code, I simply can't figure out how the "-b" flag works.

Does it take any extra parameters or is it simply a boolean on/off? Is it supposed to print to STDOUT or a new file?

Grateful for feedback on this! Cheers!

arshajii commented 4 years ago

Hi, Could you post some lines from one of the bins? Are these not BX:Z-formatted after using -b?

andreaswallberg commented 4 years ago

Hi!

I deleted the bins and reran the exact same commands. It has now printed the expected fastq-formatted output, with the BX:Z tag in the headers. Not sure what went wrong before. Sorry for the confusion.