Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Change in Assembly stats after HiC salsa #158

Closed
shaferab opened this issue Feb 16, 2022 · 3 comments
Closed

No Change in Assembly stats after HiC salsa #158

shaferab opened this issue Feb 16, 2022 · 3 comments

Comments

@shaferab
Copy link

HI - I have 45x HiFi data and 370M HiC reads. I've followed the the VGP pipeline - so a purged Canu assembly - my final bed file has 27M entries. I run salsa 2.2 (command below) and there's no change in the assembly. Anything obvious I'm missing?

#!/bin/bash
#SBATCH --time=2-0
#SBATCH --account=rrg-shaferab
#SBATCH --mem=32G
#SBATCH --cpus-per-task=4
source ../conda/conda/etc/profile.d/conda.sh
conda activate salsa_env
module load python/2.7
enz=cat re_bases.txt
python ../SALSA-2.2/run_pipeline.py -a purged.fa -l purged.fa.fai -e $enz -b dp_sorted_HiC_filtered.bed -o scaffolds_salsa -m yes -p yes
ln -s scaffolds_salsa/scaffolds_FINAL.fasta ${fasta/_s2/_s3}

@shaferab
Copy link
Author

Essentially this is the same issue as #107

@shaferab
Copy link
Author

Resolved. VGP sort different than salsa manual - required:
sort -k 4 alignment.bed > tmp && mv tmp alignment.bed

@gubrins
Copy link

gubrins commented Jul 21, 2022

heys @shaferab I am having the same issue. What do you mean the the sorting is different? What are you sorting in your last comment? What is this alignment file and you do it before or after the scaffolding?
Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants