Skip to content
Snippets Groups Projects
Commit 960e0e4f authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add ends used to log

parent aeaeda5a
Branches
Tags
2 merge requests!37v0.0.1,!14Resolve "process_createManifest"
Pipeline #5746 failed with stages
in 37 minutes and 35 seconds
......@@ -139,14 +139,13 @@ process parseMetadata {
endsManual=\$(python3 ${script_parseMeta} -r ${repRID} -m "${fileMeta}" -p endsManual)
echo "LOG: endedness manually detected: \${endsManual}" >>${repRID}.parseMetadata.err
if [ '\${endsMeta}' == 'uk' ]
then
ends=\${endsManual}
echo "LOG: manual detected endness used" >>${repRID}.parseMetadata.err
echo "LOG: manual detected endness used: \${ends}" >>${repRID}.parseMetadata.err
else
ends=\${endsMeta}
echo "LOG: metadata endness used" >>${repRID}.parseMetadata.err
echo "LOG: metadata endness used: \${ends}" >>${repRID}.parseMetadata.err
fi
# Get strandedness metadata
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment