Skip to content

Commit

Permalink
Prepare release 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Mar 28, 2024
1 parent 960ab73 commit 7bd8869
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/genepi/genomic/utils/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ public class App {

public static final String APP = "genomic-utils";

public static final String VERSION = "0.3.8";
public static final String VERSION = "0.3.9";

public static final String URL = "https://github.com/genepi/genomic-utils";

public static final String COPYRIGHT = "(c) 2023 Lukas Forer and Sebastian Schönherr";
public static final String COPYRIGHT = "(c) 2023-2024 Lukas Forer and Sebastian Schönherr";

public static String[] ARGS = new String[0];

Expand Down
49 changes: 49 additions & 0 deletions test-data/csv/rs-zoller.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
rs10500212
rs10756038
rs112630404
rs112875651
rs11858624
rs12077210
rs1229984
rs1260326
rs13118664
rs139648192
rs140201358
rs17216588
rs17817449
rs1919127
rs2068834
rs2642438
rs429358
rs4561528
rs4918722
rs58542926
rs62021874
rs626283
rs7029757
rs738408
rs738409
rs7661964
rs79953491
rs80084600
rs8107974
rs9992651
rs1799945
rs1800562
rs56255430
rs17580
rs28929474
rs28931570
rs775982338
rs15052
rs2642438
rs10484821
rs7533125
rs2861484
rs11580170
rs2020902
rs1836882
rs198372
rs4394754
rs35599367
rs2109505

0 comments on commit 7bd8869

Please sign in to comment.