|
|
@ -182,7 +182,7 @@ for quality in qualities:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if cropStart:
|
|
|
|
if cropStart:
|
|
|
|
commandSequence += generateCropTokens(cropStart, cropLength)
|
|
|
|
commandSequence1 += generateCropTokens(cropStart, cropLength)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print(f"Command Sequence 1: {commandSequence1}")
|
|
|
|
print(f"Command Sequence 1: {commandSequence1}")
|
|
|
@ -193,7 +193,7 @@ for quality in qualities:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if cropStart:
|
|
|
|
if cropStart:
|
|
|
|
commandSequence += generateCropTokens(cropStart, cropLength)
|
|
|
|
commandSequence2 += generateCropTokens(cropStart, cropLength)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if len(qualities) > 1:
|
|
|
|
if len(qualities) > 1:
|
|
|
|