Skip to content
Snippets Groups Projects
Commit 7ce85183 authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Update Snakefile

parent be9cbe44
No related branches found
No related tags found
1 merge request!18v1.12a
Pipeline #217153 passed
......@@ -287,8 +287,8 @@ rule SyRI_on_chrInput:
## Getting the list of sequences
asmList=()
for file in {output.wrkdir}/*.fa; do
asm="$(basename $file .fa | cut -f1 -d"#").fa"
for file in {output.wrkdir}/*.fa.gz; do
asm="$(basename $file .fa.gz | cut -f1 -d"#").fa.gz"
mv $file "$(dirname $file)/$asm"
asmList+=("$asm")
done
......
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