Skip to content

Commit

Permalink
R markdown integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tbersez committed May 6, 2019
1 parent c32c811 commit 7178d24
Show file tree
Hide file tree
Showing 52 changed files with 600 additions and 47 deletions.
6 changes: 6 additions & 0 deletions docs/AllMine outputs.rst
Expand Up @@ -47,3 +47,9 @@ tabular file displaying all non synonymous SNPs found by AllMine. Base and amino
acid reference and variation are indicated as well as genotype (het or hom),
location in the gene (exon1, exon2 ...). If a variant is found in more than one
sample, all concerned samples are indicated in the SAMPLE(s) column.

Run Report
----------

Allmine build an R markdown report to sum up most of the information about
the run. This report also include coverage plots for regions of interest.
Binary file modified docs/_build/doctrees/AllMine outputs.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/_build/html/AllMine outputs.html
Expand Up @@ -88,6 +88,7 @@
<li class="toctree-l2"><a class="reference internal" href="#mapped-reads-and-de-novo-splicing-junctions">Mapped reads and de novo splicing junctions</a></li>
<li class="toctree-l2"><a class="reference internal" href="#putative-snps">Putative SNPs</a></li>
<li class="toctree-l2"><a class="reference internal" href="#non-synonymous-variant-summary">Non synonymous variant summary</a></li>
<li class="toctree-l2"><a class="reference internal" href="#run-report">Run Report</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="Modules documentation.html">Modules documentation</a></li>
Expand Down Expand Up @@ -202,6 +203,11 @@ <h2>Non synonymous variant summary<a class="headerlink" href="#non-synonymous-va
location in the gene (exon1, exon2 …). If a variant is found in more than one
sample, all concerned samples are indicated in the SAMPLE(s) column.</p>
</div>
<div class="section" id="run-report">
<h2>Run Report<a class="headerlink" href="#run-report" title="Permalink to this headline"></a></h2>
<p>Allmine build an R markdown report to sum up most of the information about
the run. This report also include coverage plots for regions of interest.</p>
</div>
</div>


Expand Down
6 changes: 6 additions & 0 deletions docs/_build/html/_sources/AllMine outputs.rst.txt
Expand Up @@ -47,3 +47,9 @@ tabular file displaying all non synonymous SNPs found by AllMine. Base and amino
acid reference and variation are indicated as well as genotype (het or hom),
location in the gene (exon1, exon2 ...). If a variant is found in more than one
sample, all concerned samples are indicated in the SAMPLE(s) column.

Run Report
----------

Allmine build an R markdown report to sum up most of the information about
the run. This report also include coverage plots for regions of interest.
1 change: 1 addition & 0 deletions docs/_build/html/index.html
Expand Up @@ -180,6 +180,7 @@ <h1>AllMine Documentation<a class="headerlink" href="#allmine-documentation" tit
<li class="toctree-l2"><a class="reference internal" href="AllMine outputs.html#mapped-reads-and-de-novo-splicing-junctions">Mapped reads and de novo splicing junctions</a></li>
<li class="toctree-l2"><a class="reference internal" href="AllMine outputs.html#putative-snps">Putative SNPs</a></li>
<li class="toctree-l2"><a class="reference internal" href="AllMine outputs.html#non-synonymous-variant-summary">Non synonymous variant summary</a></li>
<li class="toctree-l2"><a class="reference internal" href="AllMine outputs.html#run-report">Run Report</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="Modules documentation.html">Modules documentation</a><ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions modules/.snakemake/log/2019-01-28T092943.845717.snakemake.log
@@ -0,0 +1,3 @@
NameError in line 10 of /home/aa/pipeline_dev/Allmine/modules/fastp.py:
name 'wildcards' is not defined
File "/home/aa/pipeline_dev/Allmine/modules/fastp.py", line 10, in <module>
5 changes: 5 additions & 0 deletions modules/.snakemake/log/2019-01-28T093128.728398.snakemake.log
@@ -0,0 +1,5 @@
Building DAG of jobs...
InputFunctionException in line 8 of /home/aa/pipeline_dev/Allmine/modules/fastp.py:
KeyError: '{samples}'
Wildcards:
samples=ecoA
5 changes: 5 additions & 0 deletions modules/.snakemake/log/2019-01-28T093338.568260.snakemake.log
@@ -0,0 +1,5 @@
Building DAG of jobs...
InputFunctionException in line 8 of /home/aa/pipeline_dev/Allmine/modules/fastp.py:
KeyError: 'R2'
Wildcards:
samples=ecoB
5 changes: 5 additions & 0 deletions modules/.snakemake/log/2019-01-28T093927.259765.snakemake.log
@@ -0,0 +1,5 @@
Building DAG of jobs...
MissingInputException in line 5 of /home/aa/pipeline_dev/Allmine/modules/fastp.py:
Missing input files for rule all:
trimmed/ecoA_1_trim.fastq.gz
trimmed/ecoA_2_trim.fastq.gz
7 changes: 7 additions & 0 deletions modules/.snakemake/log/2019-01-28T093950.878805.snakemake.log
@@ -0,0 +1,7 @@
Building DAG of jobs...
File path /home/aa/pipeline_dev/Allmine/modules//home/aa/pipeline_dev/Allmine/testdata/ecoA_1.fastq contains double '/'. This is likely unintended. It can also lead to inconsistent results of the file-matching approach used by Snakemake.
File path /home/aa/pipeline_dev/Allmine/modules//home/aa/pipeline_dev/Allmine/testdata/ecoA_2.fastq contains double '/'. This is likely unintended. It can also lead to inconsistent results of the file-matching approach used by Snakemake.
MissingInputException in line 10 of /home/aa/pipeline_dev/Allmine/modules/fastp.py:
Missing input files for rule run_fastp_paired:
/home/aa/pipeline_dev/Allmine/modules//home/aa/pipeline_dev/Allmine/testdata/ecoA_1.fastq
/home/aa/pipeline_dev/Allmine/modules//home/aa/pipeline_dev/Allmine/testdata/ecoA_2.fastq
27 changes: 27 additions & 0 deletions modules/.snakemake/log/2019-01-28T094058.844762.snakemake.log
@@ -0,0 +1,27 @@
Building DAG of jobs...
Using shell: /bin/bash
Provided cores: 1
Rules claiming more threads will be scaled down.
Job counts:
count jobs
1 all
1 run_fastp_paired
2

[Mon Jan 28 09:40:58 2019]
Job 1: Running fastp on files /home/aa/pipeline_dev/Allmine/testdata/ecoA_1.fastq and /home/aa/pipeline_dev/Allmine/testdata/ecoA_2.fastq


[Mon Jan 28 09:41:10 2019]
Finished job 1.
1 of 2 steps (50%) done

[Mon Jan 28 09:41:10 2019]
localrule all:
input: /home/aa/pipeline_dev/Allmine/modules/trimmed/ecoA_1_trim.fastq.gz, /home/aa/pipeline_dev/Allmine/modules/trimmed/ecoA_2_trim.fastq.gz
jobid: 0

[Mon Jan 28 09:41:10 2019]
Finished job 0.
2 of 2 steps (100%) done
Complete log: /home/aa/pipeline_dev/Allmine/modules/.snakemake/log/2019-01-28T094058.844762.snakemake.log
27 changes: 27 additions & 0 deletions modules/.snakemake/log/2019-01-28T094620.990952.snakemake.log
@@ -0,0 +1,27 @@
Building DAG of jobs...
Using shell: /bin/bash
Provided cores: 1
Rules claiming more threads will be scaled down.
Job counts:
count jobs
1 all
1 run_fastp_paired
2

[Mon Jan 28 09:46:21 2019]
Job 1: Running fastp on files /home/aa/pipeline_dev/Allmine/testdata/ecoA_1.fastq and /home/aa/pipeline_dev/Allmine/testdata/ecoA_2.fastq


[Mon Jan 28 09:46:32 2019]
Finished job 1.
1 of 2 steps (50%) done

[Mon Jan 28 09:46:32 2019]
localrule all:
input: /home/aa/pipeline_dev/Allmine/modules/trimmed/ecoA_1_trim.fastq.gz, /home/aa/pipeline_dev/Allmine/modules/trimmed/ecoA_2_trim.fastq.gz
jobid: 0

[Mon Jan 28 09:46:32 2019]
Finished job 0.
2 of 2 steps (100%) done
Complete log: /home/aa/pipeline_dev/Allmine/modules/.snakemake/log/2019-01-28T094620.990952.snakemake.log

0 comments on commit 7178d24

Please sign in to comment.