Matt Chambers

Results 65 comments of Matt Chambers

I ran into this problem as well. Finding comprehensive frequency data based on pronunciation may be very difficult. Instead, or in the meantime, we could add a manually curated file...

This is a hard problem. There are quite a few common polyphones that are commonly used with multiple pronunciations. And even Google hasn't really got it figured out. On Google...

If it helps anyone here's the lograte config file I put in /etc/logrotate.d to backup the DB: ``` /export/pg_backup/db-backup-hourly.sql.gz { hourly missingok rotate 23 nocompress nocreate postrotate sudo -upostgres pg_dumpall...

I noticed this issue and didn't know where else to post about configure_slurm.py, so I'll post here. On the Galaxy Jetstream image, SLURM can be pretty finicky about getting the...

I'm actually using the monolithic image myself already and it seems to be working ok. So it's just the compose variant that's failing?

It's a weird series of errors. It seems like it's triggering the error for every migration step. Maybe one of the Galaxy core guys would have an idea? Who's the...

What's the status of this? I love having CVMFS reference data on the Galaxy Jetstream instance, I want it in my Docker containers derived from docker-galaxy-stable too. :) If you...

Could the sensitive environment variables be removed from Galaxy's environment after being used to configure galaxy.ym land start Galaxy?

> Once upon a time I was able to circumvent this issue by initializing with docker-galaxy-stable 19.09, then upgrading to 20.05 but no more; `sh manage_db.sh upgrade` aborts along the...