Skip to content

Commit

Permalink
end-of-file-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Feb 15, 2024
1 parent 9eb2056 commit 4d7db77
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
. venv/bin/activate
pushd src/lib
python -m pip install -r requirements.txt -r requirements-dev.txt
python -m pytest SmiServices/*.py
python -m pytest SmiServices/*.py
1 change: 0 additions & 1 deletion doc/annotation_service_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,3 @@ docker exec -it $(docker ps|grep annotation_server|awk '{print$1}') /bin/bash
docker login
docker push howff/annotation_server
```

1 change: 0 additions & 1 deletion doc/cui_sop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,3 @@ sort -u <(jq -r < *lts/doc0001.json '.annotations[]|.cui') <(jq -r < *lts/doc011
sed -e "s/^/'/" -e "s/$/'/" | paste -s -d ','

explain analyze select semehr_results from semehr_results where sopinstanceuid = any (array(select SOPInstanceUID from cui_sop where cui IN ('C0000726','C0001511','C0003611', ..., 'C4553491')));

2 changes: 1 addition & 1 deletion src/ehost/annotationadmin.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><catalog><server url="localhost" port="8080"/></catalog>
<?xml version="1.0" encoding="UTF-8"?><catalog><server url="localhost" port="8080"/></catalog>
1 change: 0 additions & 1 deletion src/ehost/eHOST.sys
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ true

[RESTFUL_SERVER]
false

1 change: 0 additions & 1 deletion src/ehost/test1/config/projectschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
</classDef>
</classDefs>
</eHOST_Project_Configure>

1 change: 0 additions & 1 deletion src/tools/ehost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ cp $data_dir/mtsamples_ihi_docs/doc000?.txt $ehost_dir/$ehost_project

cd $ehost_dir
java -jar ehost-1.31-SNAPSHOT.jar

1 change: 0 additions & 1 deletion src/tools/mongo_init_01.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ db.createUser(
);

// No need to do this, next script will restart mongo: db.adminCommand( { shutdown: 1 } )

1 change: 0 additions & 1 deletion src/tools/mongo_init_02.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ else
# New style service
sudo systemctl restart mongod
fi

1 change: 0 additions & 1 deletion src/tools/sample_SR.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ sed -n -e 's,\\,\\\\,' -e '2,$s/,/ /gp' sample_SR.csv | while read id sop series
fi

done

0 comments on commit 4d7db77

Please sign in to comment.