-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from sanjaynagi/results-book-21-07-23
Implement rna-seq-pop results book
- Loading branch information
Showing
63 changed files
with
9,211 additions
and
72 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 |
---|---|---|
|
@@ -15,7 +15,13 @@ jobs: | |
uses: actions/checkout@v2 | ||
with: | ||
submodules: recursive | ||
|
||
|
||
- name: cp results book yamls | ||
run: cp docs/rna-seq-pop-results/_toc.yml docs/rna-seq-pop-results/_config.yml .test/docs/rna-seq-pop-results | ||
|
||
- name: cp landing page | ||
run: cp docs/rna-seq-pop-results/landing-page.md .test/docs/rna-seq-pop-results | ||
|
||
- name: Test workflow paired-end | ||
uses: snakemake/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -16,6 +16,12 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
- name: cp results book yamls | ||
run: cp docs/rna-seq-pop-results/_toc.yml docs/rna-seq-pop-results/_config.yml .test/docs/rna-seq-pop-results | ||
|
||
- name: cp landing page | ||
run: cp docs/rna-seq-pop-results/landing-page.md .test/docs/rna-seq-pop-results | ||
|
||
- name: Test workflow single-end | ||
uses: snakemake/[email protected] | ||
with: | ||
|
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
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
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
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,44 @@ | ||
# Book settings | ||
# Learn more at https://jupyterbook.org/customize/config.html | ||
|
||
title: | ||
author: Sanjay Curtis Nagi | ||
copyright: "2023" | ||
logo: logo.png | ||
|
||
# Force re-execution of notebooks on each build. | ||
# See https://jupyterbook.org/content/execute.html | ||
execute: | ||
execute_notebooks: "off" | ||
|
||
# Information about where the book exists on the web | ||
repository: | ||
url: https://github.com/sanjaynagi/rna-seq-pop # Online location of your book | ||
path_to_book: docs/rna-seq-pop-results # Optional path to your book, relative to the repository root | ||
branch: master # Which branch of the repository should be used when creating links (optional) | ||
|
||
# Add GitHub buttons to your book | ||
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository | ||
html: | ||
favicon : favicon.ico | ||
use_issues_button: true | ||
use_repository_button: true | ||
comments: | ||
utterances: | ||
repo: "sanjaynagi/rna-seq-pop" | ||
issue-term: "pathname" | ||
label: "comment" | ||
theme: "github-light" | ||
|
||
|
||
sphinx: | ||
extra_extensions: | ||
- 'sphinx.ext.autodoc' | ||
- 'sphinx.ext.napoleon' | ||
config: | ||
myst_enable_extensions: | ||
- substitution | ||
- dollarmath | ||
html_js_files: | ||
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js | ||
suppress_warnings: ["mystnb.unknown_mime_type"] |
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,19 @@ | ||
format: jb-book | ||
root: landing-page | ||
parts: | ||
- caption: Quality Control | ||
chapters: | ||
- file: notebooks/quality-control | ||
- file: notebooks/counts-qc | ||
- caption: Differential expression | ||
chapters: | ||
- file: notebooks/differential-expression | ||
- file: notebooks/gene-families-heatmap | ||
- file: notebooks/gene-set-enrichment-analysis | ||
- caption: Variant analysis | ||
chapters: | ||
- file: notebooks/principal-components-analysis | ||
- file: notebooks/genetic-diversity | ||
- file: notebooks/variants-of-interest | ||
- file: notebooks/windowed-selection | ||
- file: notebooks/karyotyping |
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,18 @@ | ||
table_columns_visible: | ||
QualiMap: | ||
general_error_rate: True | ||
median_insert_size: False | ||
sp: | ||
fastp: | ||
fn: "*.json" | ||
qualimap/bamqc/genome_results: | ||
fn: genome_results.txt | ||
qualimap/bamqc/raw_data_qualimapReport: | ||
fn: coverage_histogram.txt | ||
qualimap/bamqc/raw_data_qualimapReport: | ||
fn: insert_size_histogram.txt | ||
qualimap/bamqc/raw_data_qualimapReport: | ||
fn: genome_fraction_coverage.txt | ||
qualimap/bamqc/raw_data_qualimapReport: | ||
fn: mapped_reads_gc-content_distribution.txt | ||
|
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,44 @@ | ||
# Book settings | ||
# Learn more at https://jupyterbook.org/customize/config.html | ||
|
||
title: | ||
author: Sanjay Curtis Nagi | ||
copyright: "2023" | ||
logo: logo.png | ||
|
||
# Force re-execution of notebooks on each build. | ||
# See https://jupyterbook.org/content/execute.html | ||
execute: | ||
execute_notebooks: "off" | ||
|
||
# Information about where the book exists on the web | ||
repository: | ||
url: https://github.com/sanjaynagi/rna-seq-pop # Online location of your book | ||
path_to_book: docs/rna-seq-pop-results # Optional path to your book, relative to the repository root | ||
branch: master # Which branch of the repository should be used when creating links (optional) | ||
|
||
# Add GitHub buttons to your book | ||
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository | ||
html: | ||
favicon : favicon.ico | ||
use_issues_button: true | ||
use_repository_button: true | ||
comments: | ||
utterances: | ||
repo: "sanjaynagi/rna-seq-pop" | ||
issue-term: "pathname" | ||
label: "comment" | ||
theme: "github-light" | ||
|
||
|
||
sphinx: | ||
extra_extensions: | ||
- 'sphinx.ext.autodoc' | ||
- 'sphinx.ext.napoleon' | ||
config: | ||
myst_enable_extensions: | ||
- substitution | ||
- dollarmath | ||
html_js_files: | ||
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js | ||
suppress_warnings: ["mystnb.unknown_mime_type"] |
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,19 @@ | ||
format: jb-book | ||
root: landing-page | ||
parts: | ||
- caption: Quality Control | ||
chapters: | ||
- file: notebooks/quality-control | ||
- file: notebooks/counts-qc | ||
- caption: Differential expression | ||
chapters: | ||
- file: notebooks/differential-expression | ||
- file: notebooks/gene-families-heatmap | ||
- file: notebooks/gene-set-enrichment-analysis | ||
- caption: Variant analysis | ||
chapters: | ||
- file: notebooks/principal-components-analysis | ||
- file: notebooks/genetic-diversity | ||
- file: notebooks/variants-of-interest | ||
- file: notebooks/windowed-selection | ||
- file: notebooks/karyotyping |
Binary file not shown.
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,19 @@ | ||
# RNA-Seq-Pop | ||
|
||
Welcome to your [RNA-Seq-Pop](https://github.com/sanjaynagi/rna-seq-pop/) results book. Not all analyses have been ported to this book yet, other results can be found in the `results/` directory. | ||
|
||
--- | ||
|
||
Sanjay C Nagi, Ambrose Oruni, David Weetman, Martin J Donnelly (2022). **RNA-Seq-Pop: Exploiting the sequence in RNA-Seq - a Snakemake workflow reveals patterns of insecticide resistance in the malaria vector Anopheles gambiae**. bioRxiv 2022.06.17.493894; doi: https://doi.org/10.1101/2022.06.17.493894 | ||
|
||
--- | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/5QQe7DLHO4M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
|
||
--- | ||
|
||
```{tableofcontents} | ||
``` | ||
|
||
--- | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,18 @@ | ||
table_columns_visible: | ||
QualiMap: | ||
general_error_rate: True | ||
median_insert_size: False | ||
sp: | ||
fastp: | ||
fn: "*.json" | ||
qualimap/bamqc/genome_results: | ||
fn: genome_results.txt | ||
qualimap/bamqc/raw_data_qualimapReport: | ||
fn: coverage_histogram.txt | ||
qualimap/bamqc/raw_data_qualimapReport: | ||
fn: insert_size_histogram.txt | ||
qualimap/bamqc/raw_data_qualimapReport: | ||
fn: genome_fraction_coverage.txt | ||
qualimap/bamqc/raw_data_qualimapReport: | ||
fn: mapped_reads_gc-content_distribution.txt | ||
|
Oops, something went wrong.