Skip to content

Commit

Permalink
Merge pull request #2 from daichengxin/dev
Browse files Browse the repository at this point in the history
Compatible with different formats
  • Loading branch information
ypriverol authored Nov 21, 2024
2 parents 3f2dce5 + 9e0487a commit 4c6a8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/assemble_empirical_library/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ process ASSEMBLE_EMPIRICAL_LIBRARY {
path(lib)

output:
path "empirical_library.tsv", emit: empirical_library
path "empirical_library.*", emit: empirical_library
path "assemble_empirical_library.log", emit: log
path "versions.yml", emit: versions

Expand Down Expand Up @@ -45,7 +45,7 @@ process ASSEMBLE_EMPIRICAL_LIBRARY {
diann --f ${(ms_files as List).join(' --f ')} \\
--lib ${lib} \\
--threads ${task.cpus} \\
--out-lib empirical_library.tsv \\
--out-lib empirical_library \\
--verbose $params.diann_debug \\
--rt-profiling \\
--temp ./quant/ \\
Expand Down

0 comments on commit 4c6a8cf

Please sign in to comment.