Skip to content

Commit

Permalink
test with priority
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 23, 2024
1 parent 5539fd5 commit 78a9cb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflow/snakefile_final.smk
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ rule STAR_index:
'--genomeFastaFiles {input.fasta} '
'--sjdbGTFfile {input.gtf} '
'--sjdbOverhang 100'
priority: 100


## create salmon gentrome
Expand Down Expand Up @@ -202,6 +203,8 @@ rule STAR_align:
'--outSAMattributes NH HI NM MD AS nM jM jI XS '
'--outBAMsortingBinsN 100 '
'--winAnchorMultimapNmax 100 '
priority: 50


## zip the tabs files to save space
rule zip_tabs:
Expand Down

0 comments on commit 78a9cb3

Please sign in to comment.