Skip to main content
Sign in
Snippets Groups Projects
Commit b2681631 authored by THIBERT-RIPOSO Anais's avatar THIBERT-RIPOSO Anais
Browse files

Makefile and Snakefile for Denis Puthier's TP

parent ea1f5d9e
Branches
No related tags found
No related merge requests found
......@@ -44,3 +44,4 @@ rulegraph:
queue:
@squeue -u $$USER
......@@ -24,10 +24,6 @@ SAMPLE = sorted(SAMPLE)
#SAMPLE = SAMPLE[:10]
#bob = expand("trimmomatic/{smp}_R1.fq.gz", smp=SAMPLE)
#print(bob)
#sys.exit()
rule final:
input: expand("fastqc_trim/{smp}_R1_fastqc.zip", smp=SAMPLE), \
expand("star/{smp}.bam.bai", smp=SAMPLE), \
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment