Tobias Neumann
Tobias Neumann
Does wildcard not work? like `*/*/*fq.gz`?
Is the process itself also stuck or still running? What does `top` say, does it still use CPU?
Hi - do you have 20GB per file or in total? It shouldnt really run much longer than 1 hour per file, so for sure be done within 24 hours
Hi - that indeed sounds unreasonably slow. What command did you use, what's your memory size and did you make sure that NextGenMap is running with 16 cores (e.g. with...
OH sorry now I think I see what's going on. it seems to be running with only 1 core per process. What happens if you do `-t 256` and then...
Yes try `slamdunk all -r hg19.fa -b Hg.bed -o output -t 256 -rl 100 -ss data/*.fq.gz` `
What does the CPU utilization in `top` say? You can increase the number of threads, just at some point the communication overhead outweighs the gain in speed
Hi - 3' end sequencing only amplifies the last ~250bp of each transcript. So our annotations does a couple of processing steps to tailor the annotation to 3' end sequencing....
Hi @Choopanian-Peyman - which annotation file do you use? It could be there are multiple counting windows (one for each isoform) reported thats why you will have several entries per...
Hi - are there any reads in the bam file or none at all? What does `samtools flagstat DMSO_8h_trim_rep1.fq_slamdunk_mapped_filtered.bam` tell you?