Skip to content

dborgesr/Euplotid

Repository files navigation

Introduction video

##Pull and run Euplotid Docker images

  • Megatid: process sequencing data into quantified values (FPKM,peaks,etc)
docker run --name megatid -p 8891:8891 -tid \
	-v "/your/input/directory:/input_dir" \
	-v "/your/temporary/directory/:/tmp_dir" \
	-v "/your/output/directory/:/output_dir" \
	-v "/your/annotation/directory/:/annotation_dir" \
	dborgesr/euplotid:megatid
  • Euplotid: build and visualize INs and learn/predict TFs bound at CREs
docker run --name euplotid -p 8890:8890 -tid \
	-v "/your/input/directory:/input_dir" \
	-v "/your/temporary/directory/:/tmp_dir" \
	-v "/your/output/directory/:/output_dir" \
	-v "/your/annotation/directory/:/annotation_dir" \
	dborgesr/euplotid:euplotid

About

A quantized model of the eukaryotic cell

Resources

License

Stars

5 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors