mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
now with working docker tests
This commit is contained in:
parent
77d2d83131
commit
ee3be7b8c4
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@ process MAXQUANT_LFQ {
|
|||
|
||||
"""
|
||||
export PATH=/usr/local/lib/dotnet:/usr/local/lib/dotnet/tools:/opt/conda/envs/nf-core-maxquant/bin:/opt/conda/envs/nf-core-maxquant/lib/dotnet/tools:/opt/conda/envs/nf-core-maxquant/lib/dotnet:$PATH
|
||||
echo \"maxquant: \"\$(maxquant --version 2>&1 > /dev/null | cut -f2 -d\" \") > versions.yml
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
maxquant: \$(maxquant --version 2>&1 > /dev/null | cut -f2 -d\" \")
|
||||
END_VERSIONS
|
||||
sed \"s_<numThreads>.*_<numThreads>$task.cpus</numThreads>_\" ${paramfile} > mqpar_changed.xml
|
||||
sed -i \"s|PLACEHOLDER|\$PWD/|g\" mqpar_changed.xml
|
||||
mkdir temp
|
||||
|
|
Loading…
Reference in a new issue