Skip to content

Commit

Permalink
Simulate reads at lower depth
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 22, 2024
1 parent 04b190c commit 8dde2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/simulate_reads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ while IFS=',' read -r sample_id assembly; do
art_illumina \
--paired \
--in ${assembly} \
--fcov 12 \
--fcov 10 \
--len 150 \
--mflen 400 \
--sdev 100 \
Expand Down

0 comments on commit 8dde2a0

Please sign in to comment.