Stathis
Stathis
Would be great to have a greyed-out background for use of the icons in the footer. Thank you for this great repo!
I'm trying to chain a region generator to sambamba depth but it fails or core dups using any of: sambamba depth region -L tmp.bed; sambamba depth region -L tmp.bed bam...
Hello, I'm getting the following when trying to install plugins: ``` Already installed "tpm" Installing "tmux-sensible" "tmux-sensible" download fail Installing "tmux-scroll-copy-mode" "tmux-scroll-copy-mode" download fail TMUX environment reloaded. Done, press ESCAPE...
This is the culmination of weeks of hunting this bug down.. In the following sequence, the second command will not sub-sample, instead it will output the input bam unchanged (except...
Hello, I was trying to debug this for a very long time.. It seems that if you have sub-tasks with the same label they will not run in parallel. For...
Hello, I'm trying to intall pyflow in my python 2.7.5 installation, using the command: ``` pip install pyflow ``` I get the following error: ``` ImportError: No module named ez_setup...
Hi Chris, Is there a way to override the default name "pyflowTask" that sge jobs get spawned as, and enter something more informative? Thanks a lot, Stathis
Hello, I do most of my ISA-tab-ization using the mapper. I was wondering whether it would be possible to: 1. bring the ontology lookup widget in the mapper as a...
To recreate the problem: Create new study -> map from existing file -> create some mappings and add a new "Field Type" (such as Factor Value or Characteristic) and map...
Hello, here's a minimal example: `renderDT(datatable(data.frame(a=c(1,2,3,NA)), options = list(dom = 'Sflrtip', search = list(regex=TRUE)), filter = 'top'))` Is there a way to filter for the 4th row (NA) using the...