Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeboth committed Jul 6, 2023
1 parent 6963132 commit 385fb59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/fetch_imgt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ do
awk '/<pre>/{i++}/<\/pre>/{j++}{if(j==2){exit}}{if(i==2 && j==1 && $0!~"^<pre>"){print}}' $TMP_FILE > $FILE_NAME

# Checking once that file exists and is not empty (checks IMGT server is online)
read file
if [ -s "$FILE_NAME" ]
then
echo "IMGT Fasta file exists and is not empty"
Expand Down

0 comments on commit 385fb59

Please sign in to comment.