Closed naikai closed 8 years ago
When user click run NMF
in the NMF module
, the program will generate a pop up window if the sample size is above 500. Then the program will send the command through yabi to run NMF on the cluster.
Things to be run and saved on the cluster:
NMF
- groups, features, consensust-SNE
- 2D and 3D DESeq2
- dds Save all of them in a single icash.rda
file and load them back to icash
from the load data page
Shiny part is done (Only works for real run
)
Now needs to add those functions into run-NMF.sh
on bnbdev
Done.
Now needs to add links between yabi
and icash
and send out email and download links once the submitted job is finished.
IF sample_size >= 200
run-NMF.sh
successfully run and gzip
all the NMF output files through yabish
command
Download link from the email also works fine
Now need to add static options for yabish_submit.exp',
yabish_status.exp, and
yabish_logout.exp`
Now continue working on this on #55
run-NMF.sh
to get the NMF resultsAdd a
Load module
to check for NMF results beforeNMF module
runs?