Skip to content

Commit

Permalink
updating workflow: configs + inti rule + rawdata
Browse files Browse the repository at this point in the history
  • Loading branch information
mv-lab committed Sep 12, 2019
1 parent 243d42d commit ceee6e9
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 1,218 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ command

# Ignore mock data (backup)
mockdata/
oldtoy/

# PyCache
.*__pycache__
utils/__pycache__/

# generated data files
data/
Expand All @@ -18,4 +20,5 @@ data/
rawdata/reference/*
rawdata/snpeffdata/genomes/*

dag.svg
toydata/
4 changes: 2 additions & 2 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ rule all:
#rules.denovo.input,
rules.reads.input,
rules.align.input,
#rules.abra2.output,
rules.abra2.output,
rules.varcall.input,
#rules.stats.input,
rules.stats.input,
File renamed without changes.
File renamed without changes.
1,199 changes: 0 additions & 1,199 deletions dag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions data/samplelists/all_samples.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
A
B
C
D2
D3
con
4 changes: 2 additions & 2 deletions data/samplelists/mutants.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
A
B
D2
D3
9 changes: 4 additions & 5 deletions metadata/sample2runlib.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
run,library,sample,Include
run_1,A,A,Y
run_1,B1,B,Y
run_1,B2,B,Y
run_1,C,C,Y
run_2,C,C,Y
run_1,con,con,Y
run_1,D2,D2,Y
run_1,D3,D3,Y

4 changes: 2 additions & 2 deletions metadata/samplesets/mutants.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
A
B
D2
D3
1 change: 0 additions & 1 deletion metadata/samplesets/well_type.txt

This file was deleted.

1 change: 1 addition & 0 deletions metadata/samplesets/wild_type.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
con
Binary file added rawdata/runs/run_1/D2.fastq.gz
Binary file not shown.
Binary file added rawdata/runs/run_1/D3.fastq.gz
Binary file not shown.
Binary file added rawdata/runs/run_1/con.fastq.gz
Binary file not shown.
1 change: 0 additions & 1 deletion regions.bed

This file was deleted.

4 changes: 2 additions & 2 deletions rules/init.rules.smk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from utils import snkmk
import os

configfile: "toolconfig.yml"
configfile: "runconfig.yml"
configfile: "configs/toolconfig.yml"
configfile: "configs/runconfig.yml"
report: "../report/workflow.rst"


Expand Down
2 changes: 1 addition & 1 deletion rules/readqc.rules.smk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rule reads:

##### Actual rules #####

ruleorder: qcreads > qcreads_il
ruleorder: qcreads_il > qcreads
rule qcreads:
input:
r1="rawdata/runs/{run}/{lib}_R1.fastq.gz",
Expand Down

0 comments on commit ceee6e9

Please sign in to comment.