Skip to content
Snippets Groups Projects
Commit 478944b5 authored by Alexis  CRISCUOLO's avatar Alexis CRISCUOLO
Browse files

1.1

parent 8c0a6fc7
No related branches found
No related tags found
No related merge requests found
...@@ -370,7 +370,7 @@ echo " [ok]" >&2 ; ...@@ -370,7 +370,7 @@ echo " [ok]" >&2 ;
shift 1 ; shift 1 ;
for FASTA in $(ls $@) for FASTA in $@
do do
if [ ! -e $FASTA ]; then echo "file not found: $FASTA" >&2 ; continue; fi if [ ! -e $FASTA ]; then echo "file not found: $FASTA" >&2 ; continue; fi
if [ -d $FASTA ]; then echo "not a file: $FASTA" >&2 ; continue; fi if [ -d $FASTA ]; then echo "not a file: $FASTA" >&2 ; continue; 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