-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f65684e
Showing
826 changed files
with
145,630 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
This file documents the revision history for Perl extension solGS. | ||
|
||
0.01 2012-01-31 10:55:11 | ||
- initial revision, generated by Catalyst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/usr/bin/env perl | ||
# IMPORTANT: if you delete this file your app will not work as | ||
# expected. You have been warned. | ||
use inc::Module::Install; | ||
use Module::Install::Catalyst; # Complain loudly if you don't have | ||
# Catalyst::Devel installed or haven't said | ||
# 'make dist' to create a standalone tarball. | ||
|
||
name 'solGS'; | ||
all_from 'lib/solGS.pm'; | ||
|
||
requires 'Catalyst::Runtime' => '5.80032'; | ||
requires 'Catalyst::Plugin::ConfigLoader'; | ||
requires 'Catalyst::Plugin::Static::Simple'; | ||
requires 'Catalyst::Action::RenderView'; | ||
requires 'Moose'; | ||
requires 'namespace::autoclean'; | ||
requires 'Config::General'; # This should reflect the config file format you've chosen | ||
# See Catalyst::Plugin::ConfigLoader for supported formats | ||
test_requires 'Test::More' => '0.88'; | ||
catalyst; | ||
|
||
install_script glob('script/*.pl'); | ||
auto_install; | ||
WriteAll; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Run script/solgs_server.pl to test the application. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
static/documents/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
|
||
#organism form | ||
|
||
action: /gs/submit/population | ||
method: POST | ||
___ | ||
elements: | ||
- | ||
type: Text | ||
name: pop_name | ||
label: Name | ||
size: 42 | ||
constraints: | ||
-Required | ||
|
||
- | ||
type: Textarea | ||
name: pop_desc | ||
label: Description | ||
rows: 5 | ||
cols: 44 | ||
|
||
- | ||
type: Label | ||
name: pop_is_public | ||
label: Do you want to make the data public | ||
value: true | ||
|
||
- | ||
type: Checkbox | ||
name: pop_is_public | ||
label: Yes | ||
value: true | ||
|
||
- | ||
type: Checkbox | ||
name: pop_is_public | ||
label: No | ||
value: false | ||
|
||
- | ||
type: Hidden | ||
name: type | ||
value: pop_form | ||
|
||
- | ||
type: Submit | ||
value: Submit | ||
|
||
|
||
|
||
action: /gs/submit/phenotype | ||
method: POST | ||
--- | ||
elements: | ||
- | ||
type: File | ||
name: pheno_file | ||
size: 40 | ||
constraints: | ||
-type: file | ||
-required | ||
-minimum: 1 | ||
|
||
- | ||
type: Fidden | ||
name: type | ||
value: pheno_form | ||
|
||
- | ||
type: Hidden | ||
name: pop_id | ||
value: | ||
|
||
- | ||
type: Submit | ||
value: Submit | ||
|
||
|
||
action: /gs/submit/genotype | ||
method: POST | ||
--- | ||
elements: | ||
- | ||
type: File | ||
name: geno_file | ||
size: 40 | ||
constraints: | ||
-type: file | ||
-required | ||
-minimum: 1 | ||
|
||
- | ||
type: Hidden | ||
name: type | ||
value: geno_form | ||
|
||
- | ||
type: Hidden | ||
name: pop_id | ||
value: | ||
|
||
- | ||
type: Submit | ||
value: Submit | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
|
||
#organism form | ||
|
||
|
||
action: /gs/submit/phenotype | ||
method: POST | ||
|
||
--- | ||
elements: | ||
- | ||
type: file | ||
name: pheno_file | ||
size: 40 | ||
- | ||
type: hidden | ||
name: type | ||
value: pheno_form | ||
- | ||
type: hidden | ||
name: pop_id | ||
value: <% $pop_id %> > | ||
|
||
- | ||
type: submit | ||
value: Submit | ||
|
||
--- | ||
elements: | ||
- | ||
type: file | ||
name: geno_file | ||
size: 40 | ||
- | ||
type: hidden | ||
name: type | ||
value: geno_form | ||
- | ||
type: hidden | ||
name: pop_id | ||
value: <% $pop_id %> > | ||
|
||
- | ||
type: submit | ||
value: Submit | ||
--- | ||
|
||
action: /gs/submit/population | ||
method: POST | ||
elements: | ||
- | ||
type: text | ||
name: pop_name | ||
size: 42 | ||
|
||
- | ||
type: textarea | ||
name: pop_desc" rows = 5 cols=44></textarea></td> | ||
</tr> | ||
<tr> | ||
<td><% $parent_f%><%$required %> </td> | ||
<td><input type="text" name="pop_female_parent" size=24></td> | ||
<td><% $parent_m %><% $required %> </td> | ||
<td><input type="text" name="pop_male_parent" size=24></td> | ||
</tr> | ||
<tr> | ||
<td>Recurrent parent</td> | ||
<td><input type="text" name="pop_recurrent_parent" size=24></td> | ||
<td>Donor parent</td> | ||
<td><input type="text" name="pop_donor_parent" size=24></td> | ||
</tr> | ||
<tr> | ||
<td>Do you want to make the data public?</td> | ||
<td><input type="radio" name="pop_is_public" value="true" checked />Yes</td> | ||
<td><input type="radio" name="pop_is_public" value="false" />No</td> | ||
</tr> | ||
<tr> | ||
<td> </td><td> </td> | ||
<td><input type="hidden" name="type" value="pop_form"></td> | ||
<td><input type="submit" value="Submit"></td> | ||
</tr> | ||
</table> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
|
||
#organism form goes here... | ||
|
||
action: /gs/submit/population | ||
method: POST | ||
___ | ||
elements: | ||
- | ||
type: Text | ||
name: pop_name | ||
label: Name | ||
size: 42 | ||
constraints: | ||
-Required | ||
|
||
- | ||
type: Textarea | ||
name: pop_desc | ||
label: Description | ||
rows: 5 | ||
cols: 44 | ||
|
||
- | ||
type: Label | ||
name: pop_is_public | ||
label: Do you want to make the data public | ||
value: true | ||
|
||
- | ||
type: Checkbox | ||
name: pop_is_public | ||
label: Yes | ||
value: true | ||
|
||
- | ||
type: Checkbox | ||
name: pop_is_public | ||
label: No | ||
value: false | ||
|
||
- | ||
type: Hidden | ||
name: type | ||
value: pop_form | ||
|
||
- | ||
type: Submit | ||
value: Submit | ||
|
||
|
||
|
||
action: /gs/submit/phenotype | ||
method: POST | ||
--- | ||
elements: | ||
- | ||
type: File | ||
name: pheno_file | ||
size: 40 | ||
constraints: | ||
-type: file | ||
-required | ||
-minimum: 1 | ||
|
||
- | ||
type: Fidden | ||
name: type | ||
value: pheno_form | ||
|
||
- | ||
type: Hidden | ||
name: pop_id | ||
value: | ||
|
||
- | ||
type: Submit | ||
value: Submit | ||
|
||
|
||
action: /gs/submit/genotype | ||
method: POST | ||
--- | ||
elements: | ||
- | ||
type: File | ||
name: geno_file | ||
size: 40 | ||
constraints: | ||
-type: file | ||
-required | ||
-minimum: 1 | ||
|
||
- | ||
type: Hidden | ||
name: type | ||
value: geno_form | ||
|
||
- | ||
type: Hidden | ||
name: pop_id | ||
value: | ||
|
||
- | ||
type: Submit | ||
value: Submit | ||
--- | ||
|
Oops, something went wrong.