Skip to content

Commit

Permalink
Merge pull request #95 from J35P312/master
Browse files Browse the repository at this point in the history
3.3.1
  • Loading branch information
J35P312 authored Sep 7, 2022
2 parents 3c40013 + 3dada4d commit 6072296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ optional parameters:

-o - the prefix of the output files
-z - compute the coverage within bins of a specified size across the entire genome, default bin size is 500
-u - do not print per bin quality values
-w - generate a wig file instead of bed
--ref - reference sequence (fasta), required for reading cram file.

Expand Down
2 changes: 1 addition & 1 deletion tiddit/tiddit_variant.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def define_variant(str chrA, str bam_file_name,dict sv_clusters,args,dict librar

sample_data[sample]={}
sample_data[sample]={"covA":coverageA,"QA":frac_low_qA,"discA":n_discsA,"splitA":n_splitsA,"refRA":crossing_r_A,"refFA":crossing_f_A}
sample_data[sample].update({"covB":coverageB,"QB":frac_low_qA,"discB":n_discsB,"splitB":n_splitsB,"refRB":crossing_r_B,"refFB":crossing_f_B})
sample_data[sample].update({"covB":coverageB,"QB":frac_low_qB,"discB":n_discsB,"splitB":n_splitsB,"refRB":crossing_r_B,"refFB":crossing_f_B})

if chrA != chrB:
sample_data[sample]["covM"]=0
Expand Down

0 comments on commit 6072296

Please sign in to comment.