Skip to content

Commit

Permalink
fix testing loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ziadbkh committed Mar 29, 2024
1 parent 328e380 commit d19b089
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
job_number sample_id r1_qc_30 r2_qc_30 r3_qc_30 r1_bases r2_bases r3_bases r1_qc r2_qc r3_qc all_reads 0-mismatches
. sample1 167 0 0 200 200 0 6162 5600 0 4 4
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
job_number sample_id r1_qc_30 r2_qc_30 r3_qc_30 r1_bases r2_bases r3_bases r1_qc r2_qc r3_qc all_reads 0-mismatches
. sample2 167 0 32 200 200 32 6162 5600 1120 4 4
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
job_number sample_id r1_qc_30 r2_qc_30 r3_qc_30 r1_bases r2_bases r3_bases r1_qc r2_qc r3_qc all_reads 0-mismatches
. sample3 56 0 0 56 180 40 1848 2340 520 2 2
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
job_number sample_id r1_qc_30 r2_qc_30 r3_qc_30 r1_bases r2_bases r3_bases r1_qc r2_qc r3_qc all_reads 0-mismatches
. sample1 167 0 0 200 200 0 6162 5600 0 4 4
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
job_number sample_id r1_qc_30 r2_qc_30 r3_qc_30 r1_bases r2_bases r3_bases r1_qc r2_qc r3_qc all_reads 0-mismatches 1-mismatches
. sample1 167 0 0 200 200 0 6162 5600 0 4 0 4
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ fn testing_template() {

#[test]
fn testing_demultiplex() {
for ds_itr_tmp in 1..2{//15{
for ds_itr_tmp in 1..15{
let mut disable_illumina_format = false;
let ds_itr_in = match ds_itr_tmp{
6 => 1,
Expand Down

0 comments on commit d19b089

Please sign in to comment.