Skip to content

Commit 23bc366

Browse files
committed
using temporary file instead of updating
volvox_all_genes_exon_uppercase.fna Signed-off-by: aalhossary <amr_alhossary@hotmail.com>
1 parent 2e152ce commit 23bc366

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

biojava3-genome/src/test/java/org/biojava3/genome/GeneFeatureHelperTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ protected void tearDown() throws Exception {
4242
public void testZeroLocation() throws Exception {
4343

4444
FeatureList listGenes = GFF3Reader.read("src/test/resources/amphimedon.gff3");
45-
// System.out.println("Features");
46-
// for(FeatureI feature : listGenes){
47-
// System.out.println(feature);
48-
// }
4945
}
5046

5147
/**

0 commit comments

Comments
 (0)