Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
yuukiiwa committed Nov 22, 2023
1 parent 2f42951 commit f259ae2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xpore/test/data/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ notes: Pairwise comparison without replicates with default parameter setting.

data:
KO:
rep1: ./data/HEK293T-METTL3-KO-rep1/dataprep
rep1: data/data/HEK293T-METTL3-KO-rep1/dataprep
WT:
rep1: ./data/HEK293T-WT-rep1/dataprep
rep1: data/data/HEK293T-WT-rep1/dataprep

out: ./out

Expand Down
15 changes: 15 additions & 0 deletions xpore/test/neues_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
notes: Pairwise comparison without replicates with default parameter setting.

data:
KO:
rep1: /mnt/dataHDD/wanyk/run_others/GIS_Hct116_directRNA_Rep2-Run1/xpore/xpore/test/data/data/HEK293T-METTL3-KO-rep1/dataprep
WT:
rep1: /mnt/dataHDD/wanyk/run_others/GIS_Hct116_directRNA_Rep2-Run1/xpore/xpore/test/data/data/HEK293T-WT-rep1/dataprep

out: ./out

method:
prefiltering:
method: t-test
threshold: 0.1

0 comments on commit f259ae2

Please sign in to comment.