Skip to content

Commit

Permalink
fix BrAPI observation call (remove repetition, keep rep); Add ability…
Browse files Browse the repository at this point in the history
… to select synonyms to be printed in Label Designer; add search by cross ID to BrAPI seedlot search; make marker search case insensitive; trial upload: make the plot_name optional - will be added automatically; implement an improved dataset selection tool based on a datatable for major analysis tools; limit autocomplete for stock search to prevent page crashes in large databases.
  • Loading branch information
lukasmueller committed Jun 18, 2024
1 parent 314b9a4 commit 7b19687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxgn/sgn
Submodule sgn updated 40 files
+2 −2 R/solGS/kclustering.r
+40 −14 js/source/legacy/solGS/Dataset.js
+47 −6 js/source/legacy/solGS/List.js
+123 −282 js/source/legacy/solGS/cluster.js
+0 −2 js/source/legacy/solGS/loadAcronyms.js
+192 −188 js/source/legacy/solGS/pca.js
+1 −1 js/source/legacy/tools/LabelDesigner.js
+6 −11 lib/CXGN/BrAPI/v2/ObservationUnits.pm
+0 −3 lib/CXGN/BrAPI/v2/ObservationVariables.pm
+7 −2 lib/CXGN/BrAPI/v2/SeedLots.pm
+2 −1 lib/CXGN/Genotype/MarkersSearch.pm
+6 −0 lib/CXGN/Stock/Seedlot.pm
+9 −0 lib/CXGN/Trial/ParseUpload.pm
+16 −7 lib/CXGN/Trial/ParseUpload/Plugin/MultipleTrialDesignExcelFormat.pm
+25 −10 lib/CXGN/Trial/ParseUpload/Plugin/TrialExcelFormat.pm
+28 −5 lib/SGN/Controller/AJAX/LabelDesigner.pm
+4 −4 lib/SGN/Controller/AJAX/Stock.pm
+1 −1 lib/SGN/Controller/AJAX/Trial.pm
+2 −2 lib/SGN/Controller/Root.pm
+2 −2 mason/breeders_toolbox/trial/trial_upload_dialogs.mas
+2 −3 mason/breeders_toolbox/upload_transactions_dialogs.mas
+1 −1 mason/solgs/genotyping_protocol/index.mas
+1 −2 mason/solgs/tools/base.mas
+13 −12 mason/solgs/tools/cluster/analysis.mas
+0 −58 mason/solgs/tools/cluster/index.mas
+40 −0 mason/solgs/tools/datatable_display.mas
+24 −0 mason/solgs/tools/login.mas
+13 −11 mason/solgs/tools/pca/analysis.mas
+1 −1 mason/solgs/tools/pca/pca_options.mas
+ t/data/trial/trial_layout_example_flexible.xls
+ t/data/trial/trial_layout_example_flexible.xlsx
+ t/data/trial/upload_phenotypin_spreadsheet_update.xls
+ t/data/trial/upload_phenotypin_spreadsheet_update.xlsx
+20 −1 t/lib/SGN/Test/WWW/WebDriver.pm
+92 −166 t/selenium2/solgs/kcluster.t
+109 −136 t/selenium2/solgs/pca.t
+2 −3 t/selenium2/tools/label_designer.t
+103 −0 t/unit_fixture/CXGN/Uploading/Phenotype.t
+164 −0 t/unit_fixture/CXGN/Uploading/TrialUpload.t
+11 −11 t/unit_mech/AJAX/_BrAPIv2_phenotyping.t

0 comments on commit 7b19687

Please sign in to comment.