biointec / brownie

Brownie
GNU General Public License v2.0
1 stars 1 forks source link

Commands in settings #10

Closed mahdiheydari closed 8 years ago

mahdiheydari commented 8 years ago

Due to the plan that we want to further extend the functionality of Brownie, Brownie can be called by different commands at the beginning of arguments line. Currently error correction is the main functionality which is accessible by ErrorCorrection command. It can also produce the de bruijn graph without any modification via GraphConstruction (stage 3). Or it can clean the graph ( stage 4 ) with GraphCorrection. The Assembly command do nothing currently. Brownie runs with Error correction procedure as a default if you don't specify the command to be consistent with our previous scripts.