gaow

Results 41 issues of gaow

Hi Anika, I recently adopted writr to replace the [cokowiki](https://www.dokuwiki.org/template:codowik) theme. writr is great! But there is one feature I miss of codowiki: the sidebar toggle. Would it be possible...

I"m using `report` action to dump some utility functions, see below: ![2019-10-03-12-02-30_scrot](https://user-images.githubusercontent.com/917985/66148082-c48ed300-e5d5-11e9-99f6-15d0232e10a6.png) Not sure how hard it is but it would be real nice to add some argument in `report`...

Our notebook, particularly when containing long scripts, can be [a bit ugly](https://github.com/stephenslab/gtexresults/blob/master/workflows/fastqtl_to_mash.ipynb). Even though those with [shorter scripts](https://github.com/TADA-A/TADA-A/blob/master/external_tools/mutation_annotation_pipeline.ipynb) are fine. But other notebooks on github seems to show better: https://github.com/geekypete/Genomic-Prediction/blob/master/GenomicPrediction.ipynb...

I'm wondering if it is possible to make preview in main notebook configurable. Currently it is taking the entire width of the cell which does not look very nice. Even...

request

Eg, if I have a workflow step in a notebook: ``` [flash] depends: R_library("stephenslab/flash") ``` Then it should not be too much to ask `%sessioninfo` to display an R session...

I am trying to adapt #154 to using a spike-slab prior `pi * delta + (1 - pi) * N(mu, sigma)` where pi, mu and sigma are given and a...

@BoPeng we are recently looking into UKB data for some traits we analyze, https://dnanexus.gitbook.io/uk-biobank-rap/science-corner/guide-to-analyzing-large-sample-sets the new UKB release is only available through this platform (!!). As you can see, the...

I've got in my simulation runs: ``` WARNING: Task M20_b38d872198d6c6d4 inactive for more than 85 seconds, might have been killed. INFO: 19 of 20 tasks in M20_b38d872198d6c6d4 failed ``` But...

bug

Here is how currently benchmark workflows are automatically generated: https://github.com/gaow/random-nbs/blob/master/slides/20191201_DSC_SoS/sos/test_run.sos The two key elements in the design are: 1. Pre-specified input and output file names and `group_by` 2. Dependency by...

Here is a MWE. I have a script called `test.sos`: ``` [1] output: CONFIG['input'] run: touch ${output} [2] input: CONFIG['input'] output: CONFIG['output'] task: workdir = './', concurrent = True run:...

bug