Jeff Stafford

Results 134 comments of Jeff Stafford

Yeah this is coming, currently working on doing it in https://github.com/jstaf/onedriver/issues/291

Hmm, you're right, for some reason it takes two clicks to close that window. Let me look into this.

onedriver doesn't actually need fuse2, it can use fuse3 and fuse2 interchangeably. The only actual reason to use fuse2 was that older distros like debian 9, centos 7, and ubuntu...

Actually... :smiling_imp: #379

I actually have a WIP branch that does this here: https://github.com/jstaf/onedriver/tree/drive-rename (don't use this yet, because it will just rename things to `test drive` without giving you the option to...

You need to set `ipareplica_servers` with the fully-qualified hostname of the server to build from (needs to be in `/etc/hosts` for the master and replica): ```yaml ipareplica_servers: - ipamaster.example.local ```

Unfortunately you need to totally destroy and recreate the replica server before re-running the playbook. I'm guessing there are some config files left around from the first time, which makes...

This would be great! I'm really looking forward to learning how to handle DNA sequencing data (all my experience is with RNA-Seq). Out of curiosity, what are you using to...

Huh, so I just checked the `bowtie2` documentation and it totally runs on Windows. `Tophat2` (an RNA-seq aligner that uses `bowtie2`) doesn't, so I assumed that `bowtie2` had the same...