-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding single-read functionality to PROFILE #84
Changes from 57 commits
c4b1f62
193dd22
0e081f2
4e140aa
d270d3f
bad2787
79f9222
50adde1
daa6c3e
39c797c
2da99f1
1d30115
0f8636e
d4b7239
487c6c5
dd71ea8
329acb1
ea74362
bbced47
4a1edda
753982d
5c3cb73
5c29398
9b47532
8fa88fa
abe95bf
15facd1
8f5afe8
b0d6737
5827044
8302f25
ac10124
30a2a6e
cc5fd19
ab78257
1db7ba8
1751288
1aef130
236175b
2159431
764cf9c
162fb19
6216f77
3648257
aa62e5a
5567568
a3af7db
d465db7
4e74d7c
d061c1d
db187e6
ce74e2c
fcc2f4a
8a09b08
11f2145
55f75f8
1210a3c
9113fd4
dca3c30
4bfbc46
d2826d2
6b1da71
ae1fe8a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this supposed to be an empty file? Why is it here? |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ params { | |
base_dir = "s3://nao-mgs-wb/test-batch" // Parent for working and output directories (can be S3) | ||
ref_dir = "s3://nao-mgs-wb/index-20241113/output" // Reference/index directory (generated by index workflow) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. noting that this is out-of-date, although i'm aware that the current index isn't functional. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This wasn't updated in master or dev, unsure if this is something we want to do here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Need to wait for new index anyway. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have the new index now |
||
|
||
|
||
|
||
// Files | ||
sample_sheet = "${launchDir}/samplesheet.csv" // Path to library TSV | ||
adapters = "${projectDir}/ref/adapters.fasta" // Path to adapter file for adapter trimming | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
sample,fastq | ||
230926Esv_D23-14904-1,s3://nao-testing/gold-standard-test/raw/gold_standard_R1.fastq.gz | ||
gold_standard,s3://nao-testing/gold-standard-test/raw/gold_standard_R1.fastq.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simonleandergrimm any particular reason you're using BBDUK rather than BBDUK_HITS here? The main pipeline uses the latter.