| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| plasmid-form-v1.2.tar.gz | 2011-11-04 | 27.6 kB | |
| README | 2011-11-04 | 4.0 kB | |
| Totals: 2 Items | 31.6 kB | 0 |
Description: Plasmid Form
This program presents user with a data entry form for entering
plasmid information. Initial setup of this software was created for
the use in the BGME lab to aid in creating plasmid sequence submission
forms.
The DNA sequence can either be entered manually by the user, or read in
directly from a FASTA-formatted file. Once loaded, the DNA sequence is
analyzed to determine the segment of interest based on the background
protein selected by the user. Afterwards, the DNA sequence is
converted to protein sequence and aligned onto the reference sequence,
as selected by the user. The form needs to be filled out completely
for the program to generate
Author: Victor Khangulov
Usage:
This program is run by executing plasmidForm.py in python. User must
then enter all of the information relating to the plasmid as well as
its DNA sequence. The sequence can either be entered manually or read
directly from a file by clicking on 'Load sequence file' button. When
all of the information is entered, click on 'Generate' button. This
will prompt user to enter or select the output file. If any of the
appropriate information is missing from the form, an error message is
given that displays the entry that lacks data. Multiple files can
be generated while the form is open. To exit the form, click on
'Close' button.
Website: https://sourceforge.net/projects/plasmid-form
License:
Copyright (C) 2010, 2011 Victor Khangulov - Johns Hopkins University
This file is part of Plasmid Form Software.
Plasmid Form Software is a free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
REVISION HISTORY:
-------------------------------------------------------------------------------
v1.2 - 2011.03.03
svn: https://plasmid-form.svn.sourceforge.net/svnroot/plasmid-form/v1.2
* Moved protein, plasmid and cell line names into the data.in file and
implemented loading of that data upon initialization
* Changed the UI to be sizable
* Added a feature to save new background, plasmid and cell lines into data.in
-------------------------------------------------------------------------------
v1.1 - 2011.01.09
svn: https://plasmid-form.svn.sourceforge.net/svnroot/plasmid-form/v1.1
* Added D+NVIAGLA and D+VIAGLA backgrounds, AR120, XL-1-Blue and BL21-DE3-pLysS
cell lines and lambda, pJH109 and pSM101 plasmids.
-------------------------------------------------------------------------------
v1.0 - 2011.01.07
svn: https://plasmid-form.svn.sourceforge.net/svnroot/plasmid-form/v1.0
* Added automatic output filename based on the form inputs.
-------------------------------------------------------------------------------
v0.4 - 2010.08.10
svn: https://plasmid-form.svn.sourceforge.net/svnroot/plasmid-form/v0.4
* Added user entry fields for the plasmid + and plasmid comp location in the
freezer. The user is not required to enter this information.
-------------------------------------------------------------------------------
v0.3 - 2010.06.28
svn: https://plasmid-form.svn.sourceforge.net/svnroot/plasmid-form/v0.3
* Initial Release