-
If a user has not been whitelisted on the site, they should not be presented with an option to change their username (because this will fail).
Instead, the username should be shown as "Guest".
There…
-
We should check if we adhere to the 9 recommendations by scicodes:
https://peerj.com/articles/cs-1023/
https://scicodes.net/best-practices-for-software-registries-and-repositories/
-
see also #755
-
I ran the pipeline on my laptop like this:
``` sh
time sh lincRNA_pipeline.sh -c sample.data/cuffcompare_out_annot_no_annot.combined.gtf -g sample.data/Brapa_sequence_v1.2.fa -r sample.data/Brassica_…
-
```
I've taken a look over jBCrypt and have a few suggestions for cleanups and
improvements to the test coverage.
Briefly;
* more tests for invalid input checking
* fix use of a StringBuffer to sto…
-
Identical bug is detected in CLB and in PREVIEW website: accepted species name does not shown in a search index in both Browse & Search tools. (front end? back end? - for attention of @mdoering )
T…
-
Hi,
We have an open source project that is using the Forge library for cryptography, and one of our contributors pointed out that the preambles copyright and license declarations in the code files fo…
-
**Outdated taxon**
Rana fasciata is a synonym of Strongylopus fasciatus (Smith 1849), Pyxicephalidae.
https://www.gbif.org/species/2429880
However, this taxon appears to group species that have sin…
-
I was recently added as a collaborator on the repository for the [`vim-snakemake`](https://github.com/ibab/vim-snakemake) plugin. Per [discussion in this issue](https://github.com/ibab/vim-snakemake/i…
-
# 7 Problem Decomposition
# 第七章 分解问题
### This chapter covers
### 本章内容概要
* Understanding problem decomposition and why we need to do it
* Using top-down design to carry out problem decomposition and …