We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb763a commit 14acae1Copy full SHA for 14acae1
main.nf
@@ -11,7 +11,7 @@ ref = file(params.ref)
11
bedfiles = file(params.bedfiles)
12
baseDir = file("$baseDir")
13
aspera_key = file("${baseDir}/data/asperaweb_id_dsa.openssh")
14
-barcodes = file("${baseDir}/data/usher_barcodes.csv")
+barcodes = file("${baseDir}/data/usher_barcodes.feather")
15
annot = file(params.annot)
16
17
// Import modules
0 commit comments