Skip to content
Snippets Groups Projects
Unverified Commit 40b544c8 authored by Nicolas Servant's avatar Nicolas Servant Committed by GitHub
Browse files

Update main.nf

parent 3ed7b6d4
No related branches found
No related tags found
No related merge requests found
...@@ -121,9 +121,6 @@ if (params.split_fastq ){ ...@@ -121,9 +121,6 @@ if (params.split_fastq ){
// Reference genome // Reference genome
if ( params.bwt2_index ){ if ( params.bwt2_index ){
//lastPath = params.bwt2_index.lastIndexOf(File.separator)
//bwt2_dir = params.bwt2_index.substring(0,lastPath+1)
//bwt2_base = params.bwt2_index.substring(lastPath+1)
Channel.fromPath( params.bwt2_index , checkIfExists: true) Channel.fromPath( params.bwt2_index , checkIfExists: true)
.ifEmpty { exit 1, "Genome index: Provided index not found: ${params.bwt2_index}" } .ifEmpty { exit 1, "Genome index: Provided index not found: ${params.bwt2_index}" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment