Skip to content

Commit

Permalink
updating hifiasm assembly name
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed Jan 3, 2024
1 parent 01ffeaf commit 5f2dcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/purge_dups.smk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rule run_purge_dups:
split_fa results/hifiasm/hifiasm.asm.p_ctg.fa > hifiasm.asm.split
minimap2 -xasm5 -DP hifiasm.asm.split hifiasm.asm.split -t {config[minimap2][t]} | gzip -c - > hifiasm.split.self.paf.gz
purge_dups -2 -T cutoffs -c PB.base.cov hifiasm.split.self.paf.gz > dups.bed 2> purge_dups.log
get_seqs -e dups.bed results/hifiasm/hifiasm.asm.bp.p_ctg.fa > hifiasm_p_purged.fa
get_seqs -e dups.bed results/hifiasm/hifiasm.asm.p_ctg.fa > hifiasm_p_purged.fa
hist_plot.py -c cutoffs PB.stat hist.out.png
mkdir -p results/purge_dups/
Expand Down

0 comments on commit 5f2dcb4

Please sign in to comment.