Skip to content

Commit

Permalink
chm13 rDNA to git
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Antipov committed Jan 9, 2024
1 parent be43669 commit b2b2a72
Show file tree
Hide file tree
Showing 3 changed files with 165,478 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ all: $(addprefix ${TARGET_DIR}/,${ALL_TGTS}) \
../lib/verkko/data/human-ebv-AJ507799.2.fasta.gz \
../lib/verkko/data/human-mito-NC_012920.1.fasta.gz \
../lib/verkko/data/human-rdna-KY962518.1.fasta.gz \
../lib/verkko/data/chm13_rDNAs.fa \
\
../lib/verkko/scripts/add_fake_alignments.py \
../lib/verkko/scripts/add_fake_bridging_paths.py \
Expand Down
2 changes: 1 addition & 1 deletion src/Snakefiles/8-hicPipeline.sm
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ cat > ./run_rdnamashmap.sh <<EOF
#!/bin/sh
set -e
echo "---Running MashMap"
{params.MASHMAP} -r /data/antipovd2/devel/ribotin/template_seqs/chm13_rDNAs.fa -q ../{input.unitigs} -t {threads} --pi 95.0 -s 5000 -o ../{output.unitigs_rdnamatches}
{params.MASHMAP} -r {VERKKO}/data/chm13_rDNAs.fa -q ../{input.unitigs} -t {threads} --pi 95.0 -s 5000 -o ../{output.unitigs_rdnamatches}
EOF

chmod +x ./run_rdnamashmap.sh
Expand Down
Loading

0 comments on commit b2b2a72

Please sign in to comment.