Skip to content

Commit

Permalink
comment out chunking by default
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Jul 18, 2018
1 parent db4735b commit 39ac94b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,23 @@ input:
# choose mapping and pairsamtools
# processing parameters.
map:
# control the fastq-chunking, typically within 5-30 millions range:
chunksize: 10000000
# uncomment to split each run into chunks which are mapped separately.
# Useful for mapping on clusters with many relatively weak nodes.
# The optimal chunk size is defined by the balance between mapping and merging.
# Smaller chunks (~30M) are better for clusters with many weak nodes,
# however, having >~10 chunks per run can lead to very slow merging.

#chunksize: 100000000

# drop following entries from file with pairs
# to speed up processing, or keep them for debugging:

drop_sam: True
drop_readid: True
drop_seq: True

# more BWA mapping options.

# mapping_options: ''


Expand Down

0 comments on commit 39ac94b

Please sign in to comment.