darrin t schultz

Results 45 comments of darrin t schultz

@beroe The function that is called is here: `generate_random_color()` https://github.com/conchoecia/odp/blob/5f147cba32d5329f51031b1173b7dc46e4acbf00/scripts/odp_color_manager.py#L314 The only place it is called now is here, I think: https://github.com/conchoecia/odp/blob/5f147cba32d5329f51031b1173b7dc46e4acbf00/scripts/odp_nway_rbh#L565 The function `generate_random_color()` returns hex values of random...

Thanks for the response, @olearyna! Good luck with the development

I am running into the same issue, running something like this: ``` singularity exec /path/to/dts/bin/galba.sif galba.pl --genome=genome.fa --prot_seq=proteins.fa --skipOptimize --threads 4 --skipOptimize --workingdir=test1 ``` yields the error message: ``` #...

It was my mistake, I misread the --help dialogue! The pipeline worked with `--force 1`. Made a suggestion via PR. Thank you!

Thanks, @oushujun - that is something I will have to follow up on with this genome!! I appreciate you folding in the PR.