aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-07Adding some more country labels. Some GPS are still missing, will handle in ↵lltommy
the future
2020-07-07Adding sequencer labelslltommy
2020-07-07Merge pull request #90 from AndreaGuarracino/patch-21LLTommy
genbank and sra scripts update, new terms in the ontology dictionaries
2020-07-07--print-status=html creates html reportPeter Amstutz
2020-07-07fix missing authors #91AndreaGuarracino
2020-07-07minimap2 returns nothing when there is no alignment.Peter Amstutz
2020-07-07if the technology is not found, the YAML file is not created; managed longer ↵AndreaGuarracino
species strings
2020-07-07Use minimap2 instead of clustalw for fasta QCPeter Amstutz
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-07-06renamed sra script; added seq technology in its additional information field ↵AndreaGuarracino
if the term …
2020-07-06fix ncbi_countries dictionaryAndreaGuarracino
2020-07-06new terms in the ncbi_countries dictionaryAndrea Guarracino
2020-07-06added seq technology in its additional information field if the term is ↵AndreaGuarracino
missing in the dicts
2020-07-06updated SraExperimentPackage infoAndreaGuarracino
2020-07-06two more terms in the ncbi_sequencing_technology dictionaryAndrea Guarracino
2020-07-06fixed bugs in the download_sra_dataAndrea Guarracino
2020-07-06new terms in the sequencing_technology dictionaryAndrea Guarracino
2020-07-05Add bh20-seq-analyzer --print-statusPeter Amstutz
Get status from new property "status: validated/rejected" Also store QC fail error message.
2020-07-03A little more loggingPeter Amstutz
2020-07-03Add upload.cwlPeter Amstutz
2020-07-03Add --no-start-analysisPeter Amstutz
2020-07-03Add --skip-qc for faster batch importPeter Amstutz
2020-07-03Adding --skip-qcPeter Amstutz
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-07-03Fix qc_fasta bug closing stream.Peter Amstutz
2020-07-03Improving genbank import workflowPeter Amstutz
2020-07-03Fix single arg uploadPeter Amstutz
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-07-03Update form.htmlPhilippe Rocca-Serra
s/onthology/ontology/
2020-06-25Update labels.ttlLLTommy
adding label for "Illumina HiSeq X"
2020-06-24Merge pull request #87 from AndreaGuarracino/patch-20LLTommy
added script to crete metadata for SRA data; new dictionary entries; little directory changes
2020-06-24Merge pull request #85 from AndreaGuarracino/patch-18LLTommy
removed double sorting
2020-06-22very little readme for the scriptsAndrea Guarracino
2020-06-22added new script to prepare metadata of sra dataAndreaGuarracino
2020-06-22moved the genbank script in his specific directoryAndreaGuarracino
2020-06-22added new dictionary entriesAndreaGuarracino
2020-06-22little fix for specimen_sourceAndrea Guarracino
2020-06-22Adjust QC filter and relabel output sequence with sample_idPeter Amstutz
2020-06-22Merge pull request #86 from AndreaGuarracino/patch-19Peter Amstutz
corrected the wrong entities
2020-06-22new entries for the EBI samplesAndreaGuarracino
2020-06-22Better invalid sequence QC handlingPeter Amstutz
2020-06-22corrected the wrong entitiesAndrea Guarracino
http instead of https entity instead of wiki
2020-06-22Handle upload & assembly of gzipped, paired-end fastqPeter Amstutz
2020-06-18removed double sortingAndrea Guarracino
The -s argument in odgi build do the same thing that odgi sort -p s does.
2020-06-18Merge pull request #84 from BonfaceKilz/masterPjotr Prins
fix: show missing markers
2020-06-18fix(map): update fasta count keyBonfaceKilz
2020-06-18fix: show missing markersBonfaceKilz
The SPARQL query returns "-85.58 44.34" instead of "Point(-85.58 44.34)", so the markers could not be displayed
2020-06-17Slighlty alter SPARQL query to truley sumarize locations for contients. Most ↵lltommy
likley this number must be combined with what is assigned directly to a country? (instead of e.g.) a city?
2020-06-17Merge pull request #83 from BonfaceKilz/feature/display-content-sequencesLLTommy
Feature/display fasta count on a map
2020-06-17Add cluster marker groupBonfaceKilz
When markers are close together, lump them together. Also, it provides a convenient method of remove markers when loading other GPS co-ordinates
2020-06-17Move map logic to main.jsBonfaceKilz
2020-06-17Move js script to bottom of pageBonfaceKilz
Methods associated with map need to be created after the div container
2020-06-17Add styling to mapBonfaceKilz