Skip to content

Commit

Permalink
fix loss if last chr in make ref and some other bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mazin committed Dec 10, 2024
1 parent a8a44ba commit 6579a2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified bin/sajr.ss.jar
Binary file not shown.
6 changes: 5 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ process get_data {


process run_sajr {
publishDir "${params.outdir}/sajr/", mode: 'copy', pattern: "${id}"

input:
tuple val(id), path(bam_path), path(bam_path_id), val(strand), path(ref)

Expand All @@ -70,6 +72,8 @@ process run_sajr {
-ann_in=!{ref}/segments.sajr \
-stranded=!{strand} \
-count_only_border_reads=true
gzip !{id}/*
'''
}

Expand Down Expand Up @@ -181,4 +185,4 @@ workflow repseudobulk {

workflow reference {
make_ref(params.gtf)
}
}

0 comments on commit 6579a2d

Please sign in to comment.