Skip to content

Commit

Permalink
rmats
Browse files Browse the repository at this point in the history
  • Loading branch information
arnald-alonso committed Dec 2, 2016
1 parent 801dace commit c752030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# referenced STAR arguments within the corresponding dictionary values
star_options = {"default": "",
"encode": "--outFilterType BySJout --outFilterMultimapNmax 20 --alignSJoverhangMin 8 --alignSJDBoverhangMin 1 --outFilterMismatchNmax 999 --outFilterMismatchNoverLmax 0.04 --alignIntronMin 20 --alignIntronMax 1000000 --alignMatesGapMax 1000000",
"fusion": "--outFilterType BySJout --outFilterMultimapNmax 20 --alignSJoverhangMin 8 --alignSJDBoverhangMin 10 --outFilterMismatchNmax 999 --outFilterMismatchNoverLmax 0.04 --alignIntronMin 20 --alignIntronMax 200000 --alignMatesGapMax 200000"}
"fusion": "--alignSJDBoverhangMin 10 --chimJunctionOverhangMin 12 --outReadsUnmapped None --chimSegmentMin 12 --alignMatesGapMax 200000 --alignIntronMax 200000 --chimSegmentReadGapMax parameter 3 --alignSJstitchMismatchNmax 5 -1 5 5"}

# ENVIRONMENT VARIABLES:
# The following system environment variables are changed to add or overwrite
Expand Down

0 comments on commit c752030

Please sign in to comment.