Skip to content
#

comparison

Here are 512 public repositories matching this topic...

Ogeon
Ogeon commented Oct 29, 2015

I noticed that the example for Rustful is a bit outdated and overcomplicated, compared to the other examples. The HandlerFn struct is no longer necessary, since Rust 1.3, and can be completely removed. It's also not really necessary to have a router if only one thing is served (unless you want to restrict requests to /). Handlers implements Router automatically. I'm not sure how minimal they

A comparison between some VPS providers. It uses Ansible to perform a series of automated benchmark tests over the VPS servers that you specify. It allows the reproducibility of those tests by anyone that wanted to compare these results to their own. All the tests results are available in order to provide independence and transparency.

  • Updated May 22, 2018
  • Python
sirix
kingle
kingle commented Jun 29, 2019

For the maven plugin, could we add to the <reporting> section:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-plugin-plugin</artifactId>
    <version>3.0</version>
</plugin>

and have it automatically generate the plugin-info.html and cmp-report-mojo.html and other <goal>-report-mojo.html that are more consistent with how other maven plugins

inspectdf
RoelVerbelen
RoelVerbelen commented Apr 1, 2020

To improve spotting differences between datasets visually
(especially when there are many columns) it would be helpful if one could sort the categorical columns by the Jensen–Shannon divergence.

The code below tries to do so but it seems to distort the labels on the y-axis. Also, in case the jsd column contains missing values, those variables are deleted from the graph.

library(in
liufy11
liufy11 commented Dec 30, 2019

I merge my VCF files using "SURVIVOR merge SyRI_Ass_Sni.path 1000 1 1 1 0 30 SyRI_Ass_Sni.vcf"
and after evalueing SyRI_Ass_Sni.vcf using "SURVIVOR eval SyRI_Ass_Sni.vcf simulated.sort.bed 1000 SyRI_Ass_Sni 1>SyRI_Ass_Sni.eval"
I get the right vcf file named "SyRI_Ass_Sni_right.vcf" and the evalue file named "SyRI_Ass_Sni.eval"
but the number of right SV counted by the above two files is dif

Improve this page

Add a description, image, and links to the comparison topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the comparison topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.