Skip to content

Commit

Permalink
change config
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnd001 committed Sep 27, 2020
1 parent a9f6429 commit 281f602
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
process.container = 'nextflow/rnaseq-nf'
docker.runOptions='-u $(id -u):$(id -g)'
//process.container = 'nextflow/rnaseq-nf'
//docker.runOptions='-u $(id -u):$(id -g)'
//docker.enabled = true
process {
executor='sge'
}
process.clusterOptions = '-S /bin/bash'
env.PATH="/opt/miniconda3/envs/nf/bin:$PATH"
2 changes: 1 addition & 1 deletion script2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ process index {
salmon index --threads $task.cpus -t $transcriptome -i index
"""
}

index_ch.view()
1 change: 1 addition & 0 deletions script3.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ log.info """\


read_pairs_ch = Channel .fromFilePairs(params.reads)
read_pairs_ch.view()

0 comments on commit 281f602

Please sign in to comment.