- 05 Oct, 2018 20 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
See #3497
-
Ryan Herbert authored
See #3497
-
Ryan Herbert authored
instead of creating a new file, write the information under reads -> distribution
-
Ryan Herbert authored
-
Ryan Herbert authored
to fix execution time.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
the barplot had nothing to do with a genescan and is just an example.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
See #3452
-
Ryan Herbert authored
Refactor the function to work like vidjil works. Write the output to a file with the suffix vidjil.extra
-
Ryan Herbert authored
takes a min threshold and returns a dict with the number of clones per locus above the percentage threshold of the total reads for that locus. See #3454
-
Ryan Herbert authored
-
Ryan Herbert authored
See #3456
-
Ryan Herbert authored
We don't want files to appear multiple times if they are present in multiple sample sets. In order to achieve this, we retrieve the information from the results_file and group all the sample_sets into an array for each results_file. A new SetDecorator displays the list of sets how we want them. See 3407
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
- 26 Sep, 2018 3 commits
-
-
flothoni authored
-
aomietanski authored
-
aomietanski authored
-
- 11 Sep, 2018 1 commit
-
-
Mikaël Salson authored
Fixes #3430, vdj#706
-
- 07 Aug, 2018 16 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
we want to use it both as a tool and as a web2py module.
-
Ryan Herbert authored
ensure we apply decorators to fused data as well See #2235
-
Ryan Herbert authored
add object inheritance to allow other classes to inherit from it.
-
Ryan Herbert authored
adds boolean decorator and a bar decorator (boolean should display a check of cross and bar displays a percentage bar)
-
Ryan Herbert authored
Adds the bassis for decorating fields in the multi sample stats controler. the idea being that not all data is to be represented in textual or numerical format, so we can use a decorator to generate an html object from the data. See #2235
-
Ryan Herbert authored
-
Ryan Herbert authored
if the value is None replace it with an empty string
-
Ryan Herbert authored
for the set name use helpers.
-
Ryan Herbert authored
when calculating the perecentage for mapped reads, convert values to floats.
-
Ryan Herbert authored
-
Ryan Herbert authored
In order to save time processing data extraction from files we can use fused files since they generally are much smaller than results_files.
-
Ryan Herbert authored
only extract the name off the main clone.
-