dieterich-lab / DCC

DCC uses output from the STAR read mapper to systematically detect back-splice junctions in next-generation sequencing data. DCC applies a series of filters and integrates data across replicate sets to arrive at a precise list of circRNA candidates.
https://dieterichlab.org/software/
GNU General Public License v3.0
36 stars 20 forks source link

Single End Read run crashes #39

Closed CDieterich closed 7 years ago

CDieterich commented 7 years ago

reason : mate1 and mate2 are not available in single end mode

if options.bam and (len(options.bam) != len(options.mate1)): logging.info("BAM file list is shorter than mate list. Maybe you forgot the @ (@file.list)?") print("BAM file list is shorter than mate list. Maybe you forgot the @ (@file.list)?") exit(-1)