Skip to content
Snippets Groups Projects
Commit 1241296e authored by Skander Hatira's avatar Skander Hatira
Browse files

fixed adapters path creation + local logging

parent 99b71742
No related branches found
No related tags found
No related merge requests found
Pipeline #39629 passed
......@@ -9,5 +9,5 @@ cd $workflow
pwd
# $sourceEnv/snakemake --profile $profile --unlock &> $profile/../../../biseps.txt
$sourceEnv/snakemake --profile $profile --rerun-incomplete &> $profile/../../../biseps.txt
$sourceEnv/snakemake --profile $profile --report $profile/../../../report.html
$sourceEnv/snakemake --profile $profile --report $profile/../../../report.html &>> $profile/../../../biseps.txt
......@@ -37,8 +37,7 @@ const createConfig = (body, uniqueDir) => {
: path.join(
__dirname,
"../../../resources/adapters",
body.adapters,
".fa"
body.adapters + ".fa"
) || "",
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment