Skip to content

Commit

Permalink
udpate tutorial example config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Nov 6, 2021
1 parent 7767404 commit d48b089
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/meta/tutorial.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sample_name,organism,protocol,read_type,read1,read2
tutorial,human,PROSEQ,paired,R1,R2
24 changes: 24 additions & 0 deletions examples/meta/tutorial.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Run tutorial samples through PEPPRO
name: tutorial

pep_version: 2.0.0
sample_table: "tutorial.csv"

looper:
output_dir: "$PROCESSED/tutorial" # export PROCESSED="/path/to/your_output_folder/"
pipeline_interfaces: ["$CODEBASE/peppro/project_pipeline_interface.yaml"] # export CODEBASE="/path/to/your_tools_folder/"

sample_modifiers:
append:
pipeline_interfaces: ["$CODEBASE/peppro/sample_pipeline_interface.yaml"]
derive:
attributes: [read1, read2]
sources:
R1: "$CODEBASE/peppro/examples/data/{sample_name}_r1.fq.gz"
R2: "$CODEBASE/peppro/examples/data/{sample_name}_r2.fq.gz"
imply:
- if:
organism: ["human", "Homo sapiens", "Human", "Homo_sapiens"]
then:
genome: "hg38"
prealignments: ["human_rDNA", "rCRSd"]

0 comments on commit d48b089

Please sign in to comment.