Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 7, 2023
1 parent 9883bed commit bb50b01
Show file tree
Hide file tree
Showing 103 changed files with 3,902 additions and 2,331 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_modules
build/api
pysodadist
pyflaskdist
pyflask/ds
pyflask/ds
dist
src/Users
semantic
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
curate.html
tools/**/*
tools/**/*
1 change: 0 additions & 1 deletion assets/blackfynn-warning-message.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
"warning-message-1": "<p>As you may know Blackfynn will be transitioning to Pennsieve. During this period, any features of SODA that use Blackfynn could be affected.</p>",
"warning-message": "<p>This version of SODA is ready to work with Pennsieve. You will be required to connect your Pennsieve account with SODA to get started. <a href='https://github.com/bvhpatel/SODA/wiki/Connect-your-Pennsieve-account-with-SODA' target='_blank'>Click here to learn more.</a> <br>As we are still thoroughly testing our integration with Pennsieve, we do expect some bugs. Please let us know if you find any at <a href='mailto:[email protected]'>[email protected]</a>.</p>"
}

2 changes: 1 addition & 1 deletion assets/logo-svg/fair-data-innovations-hub-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/test-dataset/code/adjusted-code.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from validator_soda import pathToJsonStruct, validate_high_level_folder_structure, validate_high_level_metadata_files, \
validate_sub_level_organization, validate_submission_file, validate_dataset_description_file

from pysoda import (
from pysoda import (
# clear_queue,
agent_running, check_forbidden_characters, check_forbidden_characters_bf, bf_dataset_size
)
Expand Down
2 changes: 1 addition & 1 deletion docs/test-dataset/code/some-code.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print('Hello! This is an example python file.')
print('Hello! This is an example python file.')
2 changes: 1 addition & 1 deletion docs/test-dataset/metadata-files/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Changes in submssion in August, 2020
3. Materials and Methods are stated in one Word document loaded in 'protocol" folder
4. New original confocal microscopic images added in the "primary" folder
5. New digital traces added in "derivatives" folder
6. Every microscopic and digital tracing image is accompanied by a png file with the same name for preview
6. Every microscopic and digital tracing image is accompanied by a png file with the same name for preview
4 changes: 2 additions & 2 deletions docs/test-dataset/metadata-files/README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The dataset contains morphological data only.
Two kinds of images: confocal microscopic and 3D digital neuronal tracing
Two kinds of images: confocal microscopic and 3D digital neuronal tracing
The forms with information about mice, samples and microscopy are in the "source" folder
Origianl microscopic images without any modification or anotation are in the "primary".
The digital traces are in "derivatives".
The digital traces are in "derivatives".
Original file line number Diff line number Diff line change
@@ -1 +1 @@
text
text
2 changes: 1 addition & 1 deletion entitlements.mac.inherit.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
</plist>
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
></ul>
</div>
</div>

<!-- Sidebar Footer -->
<div class="boxhead">
<div style="display: block" id="catalystneuro-logo">
Expand All @@ -232,7 +232,7 @@
text-align: center;
"
>
<a
<a
href="https://catalystneuro.com/"
style="border-bottom:0px;text-decoration:none;"
>
Expand Down Expand Up @@ -304,4 +304,4 @@ <h1 class="guided--text-sub-step mb-0 mt-0">Guided Mode</h1>

<script src="./assets/lotties.js" type="text/javascript"></script>
</body>
</html>
</html>
Loading

0 comments on commit bb50b01

Please sign in to comment.