Closed leepc12 closed 4 years ago
Conda users need to re-install pipeline's Conda env.
$ bash scripts/uninstall_conda_env.sh $ bash scripts/install_conda_env.sh
Output file name change
rep.pooled
rep1
Change in default parameters
chip.filter_picard_java_heap
4G
chip.filter_mem_mb
chip.gc_bias_picard_java_heap
6G
10G
Troubleshooting for failed pipelines
Added important GNU apps to Conda env
tar
tar --sort
grep
grep -P
Misc.
.align.log
FASTQ R2
chip.xcor
Conda users need to re-install pipeline's Conda env.
Output file name change
rep.pooled
instead of usingrep1
's prefix.Change in default parameters
chip.filter_picard_java_heap
:4G
to dynamic (chip.filter_mem_mb
)chip.gc_bias_picard_java_heap
:6G
to10G
Troubleshooting for failed pipelines
Added important GNU apps to Conda env
tar
: to sort by filenametar --sort
grep
: to use Perl style regular expressiongrep -P
Misc.
.align.log
FASTQ R2
->chip.xcor
) in task graph in Croo's HTML report.