Skip to content

Commit

Permalink
Merge pull request #491 from AndersenLab/fix/minor-fixes
Browse files Browse the repository at this point in the history
Minor fixes (wording, db_ops explicit dependency)
  • Loading branch information
r-vieira authored Jun 4, 2024
2 parents d10e21c + f96f8fe commit 2f7100c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/site-v2/base/static/content/help/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Optimal filter thresholds would faithfully separate real variant sites from non-

### How are strains grouped by isotype?

In 2012, we [published](http://dx.doi.org/10.1038/ng.1050) genome-wide variant data from reduced representation sequencing of approximately 10% of the *C. elegans* genome (RAD-seq). Using these data, we grouped strains into isotypes. We also found many strains that were mislabeled as wild isolates but were instead N2 derivatives, recombinants from laboratory experiments, and mutagenesis screen isolates (detailed in [Strain Issues](/)). These strains were not characterized further. For the isotypes, we chose one strain to be the isotype reference strain. This strain can be ordered through CaeNDR [here]({{ url_for('request_strains.request_strains') }}).
In 2012, we [published](http://dx.doi.org/10.1038/ng.1050) genome-wide variant data from reduced representation sequencing of approximately 10% of the *C. elegans* genome (RAD-seq). Using these data, we grouped strains into isotypes. We also found many strains that were mislabeled as wild isolates but were instead N2 derivatives, recombinants from laboratory experiments, and mutagenesis screen isolates (detailed in [Strain Issues]({{ url_for('request_strains.strains_issues') }})). These strains were not characterized further. For the isotypes, we chose one strain to be the isotype reference strain. This strain can be ordered through CaeNDR [here]({{ url_for('request_strains.request_strains') }}).

After 2012, with advances in genome sequencing, we transitioned our sequencing to whole-genome short-read sequencing.
All isotype reference strains were resequenced whole-genome. The other strains within an isotype were not,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/site-v2/templates/strain/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- Navigation Tabs -->
<ul class="nav nav-tabs" id="strainsTab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="strain-sets-tab" data-bs-toggle="tab" data-bs-target="#strain-sets-tab-pane" type="button" role="tab" aria-controls="strain-sets-tab-pane" aria-selected="false">Home</button>
<button class="nav-link active" id="strain-sets-tab" data-bs-toggle="tab" data-bs-target="#strain-sets-tab-pane" type="button" role="tab" aria-controls="strain-sets-tab-pane" aria-selected="false">Sets</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="individual-strains-tab" data-bs-toggle="tab" data-bs-target="#individual-strains-tab-pane" type="button" role="tab" aria-controls="individual-strains-tab-pane" aria-selected="true">Individual Strains</button>
Expand Down
1 change: 1 addition & 0 deletions src/pkg/caendr/requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ google-cloud-tasks
gspread==3.6.0
gtfparse==0.0.6
logzero==1.3.1
Markdown==2.6.11
oauth2client
numpy
pandas
Expand Down
1 change: 1 addition & 0 deletions src/pkg/caendr/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'gspread==3.6.0',
'gtfparse==0.0.6',
'logzero==1.3.1',
'Markdown==2.6.11',
'oauth2client',
'numpy==1.19.5',
'pandas==1.1.3',
Expand Down

0 comments on commit 2f7100c

Please sign in to comment.