Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
20
Task/FASTA-format/EasyLang/fasta-format.easy
Normal file
20
Task/FASTA-format/EasyLang/fasta-format.easy
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
repeat
|
||||
s$ = input
|
||||
until s$ = ""
|
||||
if substr s$ 1 1 = ">"
|
||||
if stat = 1
|
||||
print ""
|
||||
.
|
||||
stat = 1
|
||||
print s$
|
||||
else
|
||||
write s$
|
||||
.
|
||||
.
|
||||
input_data
|
||||
>Rosetta_Example_1
|
||||
THERECANBENOSPACE
|
||||
>Rosetta_Example_2
|
||||
THERECANBESEVERAL
|
||||
LINESBUTTHEYALLMUST
|
||||
BECONCATENATED
|
||||
Loading…
Add table
Add a link
Reference in a new issue