Skip to content

wytrych/Angular-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An AngularJS project simulating a MinION interface.

v 0.2

Copyright 2015 Marcin Wolniewicz.

Licensed under GNU GPL v3

Travis job: https://travis-ci.org/wytrych/Angular-challenge

To use:

npm install grunt build npm start

FEATURES

After pressing the START button:
	Disables start button
	Enables stop button
	Starts updating the chart and data.

After pressing the STOP button:
	Enables start button
	Disables stop button
	Stops updating the chart and data.
	
After pressing the CLEAR button:
	Clears the chart and all data.

After pressing the SAVE REPORT button:
	Exports data report in a text file.

After pressing a sequence bar:
	Opens the Edit sequence dialog.

After pressing the + button:
	Opens the Create sequence dialog.

After pressing the OK button in the Edit/Create dialog:
	Validates the data.
	If not OK shows notice about data format.

	If OK:
	Updates the sequence list.
	Closes the dialog.

After pressing the Delete button in the Edit dialog:
	Deletes sequence from sequence list.
	Closes the dialog.


**Additional demonstration only feature**
In the Edit/Create dialog after clicking checkbox, one can edit the randomness probability (weights) for each of the nucleotide in the generator.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors