Skip to content

Commit

Permalink
Fixed HMMCopy resolution settings for WGS
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianlange committed Jun 28, 2020
1 parent 51ab53a commit 60e06d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MoCaSeq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -873,13 +873,13 @@ fi
echo '---- Generate and plot copy number data ----' | tee -a $name/results/QC/$name.report.txt
echo -e "$(date) \t timestamp: $(date +%s)" | tee -a $name/results/QC/$name.report.txt

resolution=20000

if [ $sequencing_type = 'WES' ]; then

echo '---- Run CopywriteR ----' | tee -a $name/results/QC/$name.report.txt
echo -e "$(date) \t timestamp: $(date +%s)" | tee -a $name/results/QC/$name.report.txt

resolution=20000

Rscript $repository_dir/CNV_RunCopywriter.R $name $species $threads $runmode $genome_dir $centromere_file $varregions_file $resolution $types

echo '---- Export raw data and re-normalize using Mode ----' | tee -a $name/results/QC/$name.report.txt
Expand Down

0 comments on commit 60e06d9

Please sign in to comment.