Skip to content

Commit

Permalink
fix utf-8 encoding error during annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelTgn committed Oct 17, 2024
1 parent c106e89 commit 5e790c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crisprme_auto_test_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ if [ "$original_md5sum" != "$local_md5sum" ]; then
fi
echo "Extracting ${DHSENCODE}..."
tar -xvf $DHSENCODE
DHSENCODE="dhs+encode+gencode.hg38.bed"

echo "Downloading GENCODE encoding sequences..."
original_md5sum="$(curl -sL https://raw.githubusercontent.com/pinellolab/CRISPRme/gnomad-4.1-converter/download_data/gencode.protein_coding.bed.tar.gz | md5sum | cut -d ' ' -f 1)"
Expand All @@ -109,6 +110,7 @@ if [ "$original_md5sum" != "$local_md5sum" ]; then
fi
echo "Extracting ${GENCODE}..."
tar -xvf $GENCODE
GENCODE="gencode.protein_coding.bed"
cd ..

# create Dictionaries folder
Expand Down
2 changes: 2 additions & 0 deletions crisprme_auto_test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ if [ "$original_md5sum" != "$local_md5sum" ]; then
fi
echo "Extracting ${DHSENCODE}..."
tar -xvf $DHSENCODE
DHSENCODE="dhs+encode+gencode.hg38.bed"

echo "Downloading GENCODE encoding sequences..."
original_md5sum="$(curl -sL https://raw.githubusercontent.com/pinellolab/CRISPRme/gnomad-4.1-converter/download_data/gencode.protein_coding.bed.tar.gz | md5sum | cut -d ' ' -f 1)"
Expand All @@ -109,6 +110,7 @@ if [ "$original_md5sum" != "$local_md5sum" ]; then
fi
echo "Extracting ${GENCODE}..."
tar -xvf $GENCODE
GENCODE="gencode.protein_coding.bed"
cd ..

# create Dictionaries folder
Expand Down

0 comments on commit 5e790c7

Please sign in to comment.