Skip to content
Snippets Groups Projects
Commit 94f59bf8 authored by Rachel  LEGENDRE's avatar Rachel LEGENDRE
Browse files

Update sortmerna.rules

parent 63855a45
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ rule sortmerna: ...@@ -60,7 +60,7 @@ rule sortmerna:
#get file extension #get file extension
if [[ ${{infiles[0]}} =~ \.gz$ ]] if [[ ${{infiles[0]}} =~ \.gz$ ]]
then then
ext="gz" ext=".gz"
else else
ext="" ext=""
fi fi
......
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