Skip to content

Commit

Permalink
Rename test seq
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Dec 24, 2024
1 parent 54085b1 commit fbc4506
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Caveats:

*data/mintest.fa*
```
>tsd_5_TCAGT_k8_AGTCCCGG_int_1-21_33-50
GGTCAGTAGTCCCGGATGATACTATCCATATGCCGGGACTTCAGTGCGC
>test_seq tsd_5_TCAGT_k8_AGTCCCGG_int_1-21_33-50
GGTCAGTAGTCCCGGATGATACTATCCATATGCCGGGACTTCAGTGCGCA
```

Example:
Expand All @@ -33,17 +33,18 @@ Output:
```
left_pos left_kmer right_pos right_kmer mismatch_count left_tsd right_tsd tsd_mismatch_count tsd_len
8 AGTCCCGG 40 AGTCCCGG 0 TCAGT TCAGT 0 5
```

*test_annotations.gff3*
```
##gff-version 3
tsd_5_TCAGT_k8_AGTCCCGG_int_1-21_33-50 TIR_finder search_region 1 21 . . . ID=search_region_L;Name=Left_search_interval
tsd_5_TCAGT_k8_AGTCCCGG_int_1-21_33-50 TIR_finder search_region 33 50 . . . ID=search_region_R;Name=Right_search_interval
tsd_5_TCAGT_k8_AGTCCCGG_int_1-21_33-50 TIR_finder TIR 8 15 . + . ID=TIR_pair_1_TIR_L;Parent=TIR_pair_1;mismatch_count=0;seq=AGTCCCGG;len=8
tsd_5_TCAGT_k8_AGTCCCGG_int_1-21_33-50 TIR_finder TIR 33 40 . - . ID=TIR_pair_1_TIR_R;Parent=TIR_pair_1;mismatch_count=0;seq=AGTCCCGG;len=8
tsd_5_TCAGT_k8_AGTCCCGG_int_1-21_33-50 TIR_finder TSD 3 7 . + . ID=TIR_pair_1_TSD_L;Parent=TIR_pair_1_TIR_L;mismatch_count=0;seq=TCAGT;len=5
tsd_5_TCAGT_k8_AGTCCCGG_int_1-21_33-50 TIR_finder TSD 41 45 . + . ID=TIR_pair_1_TSD_R;Parent=TIR_pair_1_TIR_R;mismatch_count=0;seq=TCAGT;len=5
test_seq TIR_finder search_region 1 21 . . . ID=search_region_L;Name=Left_search_interval
test_seq TIR_finder search_region 33 50 . . . ID=search_region_R;Name=Right_search_interval
test_seq TIR_finder TIR 8 15 . + . ID=TIR_pair_1_TIR_L;Parent=TIR_pair_1;mismatch_count=0;seq=AGTCCCGG;len=8
test_seq TIR_finder TIR 33 40 . - . ID=TIR_pair_1_TIR_R;Parent=TIR_pair_1;mismatch_count=0;seq=AGTCCCGG;len=8
test_seq TIR_finder TSD 3 7 . + . ID=TIR_pair_1_TSD_L;Parent=TIR_pair_1_TIR_L;mismatch_count=0;seq=TCAGT;len=5
test_seq TIR_finder TSD 41 45 . + . ID=TIR_pair_1_TSD_R;Parent=TIR_pair_1_TIR_R;mismatch_count=0;seq=TCAGT;len=5
```
Expand Down

0 comments on commit fbc4506

Please sign in to comment.