Skip to content

Commit

Permalink
Reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacvock committed Mar 31, 2024
1 parent daa8276 commit 655bff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ else:
## Get extra parameters for exon calling

if FORMAT == "PE":
FC_EXONS_PARAMS = (
" -R CORE -g gene_id -J -p --countReadPairs"
)
FC_EXONS_PARAMS = " -R CORE -g gene_id -J -p --countReadPairs"

else:
FC_EXONS_PARAMS = " -R CORE -g gene_id -J"

0 comments on commit 655bff1

Please sign in to comment.