Skip to content
Snippets Groups Projects
Commit 58edd844 authored by Beibei Chen's avatar Beibei Chen
Browse files

add scripts folder

parent 68c077f5
Branches
Tags
1 merge request!1Merge develop into master
#!/usr/bin/env nextflow
// Default parameter values to run tests
params.fastqs="$baseDir/../test_data/*.fastq.gz"
params.bams="$baseDir/../test_data/*.fastq.gz"
params.design="$baseDir/../test_data/design.pe.txt"
params.genome="/project/shared/bicf_workflow_ref/GRCh38/"
params.markdups="mark"
params.stranded="0"
params.pairs="pe"
params.geneset = 'h.all.v5.1.symbols.gmt'
params.align = 'hisat'
design_file = file(params.design)
fastqs=file(params.fastqs)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment