vpc-ccg / scTagger

10x single cell short- and long-read RNA sequencing
MIT License
11 stars 0 forks source link

Path of the fastq #11

Closed parsboy66 closed 1 year ago

parsboy66 commented 1 year ago

Thanks for a nice tool!

i used sc tagger to read the fastq from the path( there are 1000 fastq in 1 path). it seems sctagger needs directly a fastq as input not the path, is that right? and if so, how can i pass a path of fastqs to sctagger?

error: IsADirectoryError: [Errno 21] Is a directory: '/fastq_pass'

Thanks Iman

baraaorabi commented 1 year ago

Hello Iman,

I think you have two options.

scTagger.py extract_lr_bc --reads <(cat PATH/TO/FASTQ/DIRECTROY/*.fastq)