Skip to content

Commit

Permalink
small modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Jan 12, 2019
1 parent 87a51fe commit 5550d48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dlo_hic/tools/main_process/extract_PET.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ def _main(fastq, out1, out2,
log.info("enzyme cutting site: %s"%rest)

# load linkers
if linker_b == linker_a:
linker_b = None
linkers = load_linkers(linker_a, linker_b)
log_linkers(linkers)
log.info("linker alignment mismatch threshold: {}".format(mismatch))
Expand All @@ -169,7 +171,7 @@ def _main(fastq, out1, out2,
log.info("adapter: {}".format(adapter))
log.info("adapter alignment mismatch threshold: {}".format(mismatch_adapter))

log.info("Except PET length range: ({}, {})".format(*PET_len_range))
log.info("Expect PET length range: [{}, {}]".format(*PET_len_range))


# Perform linker trimer on fastq file
Expand Down

0 comments on commit 5550d48

Please sign in to comment.