Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zy-optimistic authored Jun 20, 2023
1 parent 1f4c74a commit b67b113
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/simulate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ sort -k1V -k2n position.txt | perl move_redundant.pl > position_redun.txt
#Introduce misassemblies by positions. Two FASTA files will be output: one for the reference and one for simulation.
perl simu_misassembly.pl template.fasta

mv *ref.fasta template.ref.fasta
mv *simu.fasta template_simu.fasta

#PacBio reads simulation
pbsim *.ref.fasta --prefix simu_pb --depth 50 --length-min 5000 --length-max 50000 --hmm_model XXX/P6C4.model --length-mean 20000
pbsim template.ref.fasta --prefix simu_pb --depth 50 --length-min 5000 --length-max 50000 --hmm_model XXX/P6C4.model --length-mean 20000

#The template_simu.fasta is the final assembly with simulated misassemblies, and the template.ref.fasta is the reference.
```

# Output
Expand Down

0 comments on commit b67b113

Please sign in to comment.