Skip to content

Commit 689c0ac

Browse files
Wy666andreasprlic
authored andcommitted
Change to wiki page
1 parent 276657a commit 689c0ac

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

wiki/User_talk:Wy666.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: User talk:Wy666
3+
---
4+
5+
I have tested the demos\\seq\\TestGenbank.java on my computer, but the
6+
results of the features are not as the same order as the original file.
7+
How could I get the features in the same order of the original file?
8+
9+
demos\\seq\\TestGenbank.java:
10+
11+
for(Iterator i = seq.features(); i.hasNext(); ) {
12+
13+
`         Feature f = (Feature) i.next();`
14+
`         System.out.println("\t" + f.getType() + "\t" + f.getLocation() + "\t" +               f.getAnnotation().asMap());`
15+
`       }`

wiki/User_talk:Wy666.mediawiki

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
I have tested the demos\seq\TestGenbank.java on my computer, but the results of the features are not as the same order as the original file. How could I get the features in the same order of the original file?
2+
3+
demos\seq\TestGenbank.java:
4+
5+
for(Iterator i = seq.features(); i.hasNext(); ) {
6+
Feature f = (Feature) i.next();
7+
System.out.println("\t" + f.getType() + "\t" + f.getLocation() + "\t" + f.getAnnotation().asMap());
8+
}

0 commit comments

Comments
 (0)