-
Notifications
You must be signed in to change notification settings - Fork 0
SB Insert sequence
Insert new sequence at the desired location in either all sequences or specified sequences.
The new sequence to be inserted
The location within the input sequences that the new sequence should be inserted into. The value 0 will append to the very front of the sequences and larger numbers will place the insert deeper in.
To append to the rear of the input sequences, use negative integers. For example, -1 corresponds to the very end, while larger negative numbers shift the insert deeper into the original sequences.
Optional. Supply one or more IDs/partial IDs to specify the sequence(s) that should be modified (regular expressions are understood).
>Mle-Panxα4
mviellagykglspfkdatv
>Mle-Panxα10A
mrlsekstshdckacitrshnedcarrwgi
>Mle-Panxα8
mvlevlalfprlapfkv
>Mle-Panxα2
mvldlisgslngflkiksv
$: sb Panx_C-terms.fa -is DYKDDDDK 0
>Mle-Panxα4
DYKDDDDKmviellagykglspfkdatv
>Mle-Panxα10A
DYKDDDDKmrlsekstshdckacitrshnedcarrwgi
>Mle-Panxα8
DYKDDDDKmvlevlalfprlapfkv
>Mle-Panxα2
DYKDDDDKmvldlisgslngflkiksv
$: sb Panx_C-terms.fa -is DYKDDDDK -1 Mle-Panxα4 Mle-Panxα8
>Mle-Panxα4
mviellagykglspfkdatvDYKDDDDK
>Mle-Panxα10A
mrlsekstshdckacitrshnedcarrwgi
>Mle-Panxα8
mvlevlalfprlapfkvDYKDDDDK
>Mle-Panxα2
mvldlisgslngflkiksv
$: sb Panx_C-terms.fa -is DYKDDDDK 22 α[18]
>Mle-Panxα4
mviellagykglspfkdatv
>Mle-Panxα10A
mrlsekstshdckacitrshneDYKDDDDKdcarrwgi
>Mle-Panxα8
mvlevlalfprlapfkvDYKDDDDK
>Mle-Panxα2
mvldlisgslngflkiksv