Skip to content

Commit 14acae1

Browse files
committed
fix barcodes path
1 parent 0fb763a commit 14acae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ref = file(params.ref)
1111
bedfiles = file(params.bedfiles)
1212
baseDir = file("$baseDir")
1313
aspera_key = file("${baseDir}/data/asperaweb_id_dsa.openssh")
14-
barcodes = file("${baseDir}/data/usher_barcodes.csv")
14+
barcodes = file("${baseDir}/data/usher_barcodes.feather")
1515
annot = file(params.annot)
1616

1717
// Import modules

0 commit comments

Comments
 (0)