Skip to content

Commit

Permalink
param fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Antipov committed Jun 4, 2024
1 parent a794eef commit 911f1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snakefiles/8-hicPipeline.sm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ echo "---Preparing rukki paths fasta"
{PYTHON} {VERKKO}/scripts/get_paths_fasta.py ../{input.rukki_tsv} ../{input.unitigs_hpc} ../{input.graph_hpc} paths.hpc.fasta

echo "---Running MashMap"
{params.MASHMAP} -r {params.ref} -q paths.hpc.fasta -t {threads} --pi 95.0 -s 10000 -o ../{output.path_mashmap}
{params.MASHMAP} -r {params.ref} -q paths.hpc.fasta -t {threads} -f none --pi 95.0 -s 10000 -o ../{output.path_mashmap}
EOF

chmod +x ./prepare_ref_mashmap.sh
Expand Down

0 comments on commit 911f1f7

Please sign in to comment.