Skip to content
Snippets Groups Projects
Commit 4c68aa57 authored by Jonathan Gesell's avatar Jonathan Gesell
Browse files

Updated references location to more universal location

parent bd3f9cb1
Branches
Tags
2 merge requests!37v0.0.1,!15Resolve "process_align"
Pipeline #5763 failed with stages
in 24 minutes and 28 seconds
......@@ -157,6 +157,7 @@ endsManual = Channel.create()
stranded = Channel.create()
spike = Channel.create()
species = Channel.create()
reference = file ("/project/BICF/BICF_Core/s181706/github/gudmap/rna-seq/References/GRCh38.p12/hisat2")
metadata.splitCsv(sep: ',', header: false).separate(
rep,
endsMeta,
......@@ -249,4 +250,4 @@ process alignReads {
samtools view -1 --threads `nproc` -o ${repRID}.bam ${repRID}.sam 1>${repRID}.align.out 2> ${repRID}.align.err;
samtools sort -@ `nproc` -O BAM ${repRID}.bam 1>${repRID}.align.out 2> ${repRID}.align.err;
"""
}
\ No newline at end of file
}
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