Skip to content

Commit

Permalink
feat: Add dummy groups to test_full table
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Jul 25, 2024
1 parent 0e23b10 commit 4419e4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ params {
use_prokka = true
use_ppanggolin = true
skip_poppunk = true
upset_plot_columns = "group_one,group_two"
}

process {
Expand Down
18 changes: 9 additions & 9 deletions test/test_full_samplesheet.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sample,fna_file_path
ED073,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED073.fa
ED142,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED142.fa
ED195,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED195.fa
ED287,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED287.fa
ED413,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED413.fa
ED423,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED423.fa
ED603,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED603.fa
ED644,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED644.fa
sample,fna_file_path,group_one,group_two
ED073,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED073.fa,test2,group1
ED142,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED142.fa,test2,group1
ED195,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED195.fa,test2,group1
ED287,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED287.fa,test1,group1
ED413,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED413.fa,test3,group2
ED423,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED423.fa,test3,group2
ED603,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED603.fa,test1,group2
ED644,https://raw.githubusercontent.com/jvfe/arete-test-data/main/test_full/ED644.fa,test1,group2

0 comments on commit 4419e4a

Please sign in to comment.