Age | Commit message (Collapse) | Author |
|
|
|
brain.documentation (revision).
|
|
brain.documentation.
|
|
|
|
quant.sf.
|
|
isoforms (revision).
|
|
|
|
|
|
script could run out of memory space (7GB) when there are more than 1000 RNA-seq samples.
|
|
|
|
|
|
AT3G09600_AT1G49720_0.html correct (revision 2).
|
|
AT3G09600_AT1G49720_0.html correct (revision).
|
|
/var/www/brain/brain).
|
|
AT3G09600_AT1G49720_0.html correct.
|
|
executed as a cron job.
|
|
|
|
improvement, writting one million rows to a sqlite db table is really fast.
|
|
|
|
|
|
of commit for each insertion.
|
|
|
|
will stop working. Make it work when the log file contains blank lines. These blank lines usually appear in the end of the log file.
|
|
|
|
downloading and mapping proceed.
|
|
|
|
|
|
number of arguments.
|
|
json.dumps could not fix that.
|
|
|
|
|
|
|
|
|
|
|
|
network is updated
The Apache web server will be restarted daily to free memory.
sudo service apache2 restart
|
|
|
|
|
|
running update_network_by_force.py
|
|
Compute an edge's strength on the fly instead of saving everything and then computing the net strength.
The new function make_new_edge2 will replace make_new_edge.
|
|
|
|
|
|
When merging many big edge files, the computer may run out of memory.
Save the edge files that have been considered thus far and figure out where merging stopped.
|
|
|
|
|
|
|
|
|
|
|
|
Use a combination of target gene ID and tf gene ID as a key. So if we having the following:
Target: AT5G09445 AT5G09445
TF: AT1G53910 RAP2.12
Then the key will be "AT5G09445_AT1G53910".
Before it was "AT5G09445 AT5G09445 AT1G53910 RAP2.12". This is OK in most cases, as long a gene ID's corresponding gene name is consistent. But if "AT1G53910" has a different gene
name, then we will have a DIFFERENT key, which is not what we want.
|
|
|
|
starts with 'edegs'
|