Luu Phuc Loi

Results 3 issues of Luu Phuc Loi

I have a simple bpipe as here run { "%_R*.fastq.gz" * [ fastqc + trim_fastq + alignment + [ flagstat_lane , BaseRecalibrator + PrintReads ] + move_lane_bam ] + "%.move"...

I have recently run Bpipe to submit jobs to PBSpro. And getting complaint about high frequency of polling to the cluster. Are there any options to reduce it and how...

Hi All, I have a problem to test resuming capacity of Bpipe. Here is my code test3.pipe --- hello = { exec "echo Hello" exec "ls" exec "sleep 30" exec...