Tao Wu

Results 6 comments of Tao Wu

Hi, When I set the initial_random is one, but it still run more iterations than I set. And the total number combination of my all parameter is 36, but it...

Thank you for reply. This is my objective function and parameter space: ```{python} @scheduler.parallel(n_jobs=36) def run_one_training(**params): with mlflow.start_run() as run: # Log parameters used in this experiment for key in...

No, but I change to another machine and worked.

The error message is `java.lang.IllegalArgumentException: Invalid interval. Contig:chr22 start:41093206 end:40819179`, but I have no idea how to fix it. There are two `pileupsummaries` files : [mutect2.pileupsummaries.zip](https://github.com/nf-core/sarek/files/10273769/mutect2.pileupsummaries.zip)

I used the most up-to-date version of GATK (https://hub.docker.com/r/broadinstitute/gatk-nightly/) to run the following workflow (input is the recalibration bam file saved by sarek), and the pileup summary table was sorted...