Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GTF parser for Java Dataframes
# GTF parser for Java Dataframes TEST
A GTF Reader and Writer for [Java DataFrames](https://github.com/nRo/DataFrame).

The GTF Format is implemented according to this documentation:
Expand Down Expand Up @@ -103,4 +103,4 @@ DataFrames can be written according to the GTF format.

```java
dataFrame.write(new File("result.gtf"), GTFFormat.GTF);
```
```