Skip to content

Commit

Permalink
Add CITATION to suffixes to remove in dataset listing script
Browse files Browse the repository at this point in the history
  • Loading branch information
aptinis committed Aug 30, 2024
1 parent 31cfaee commit 6215176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/print_dataset_listing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from bids import BIDSLayout

folders_to_skip = ["docs", ".git", ".github", "tools", "env", "site", ".vscode"]
suffixes_to_remove = ["README", "description", "participants"]
suffixes_to_remove = ["README", "description", "participants", "CITATION"]
column_order = [
"name",
"description",
Expand Down

0 comments on commit 6215176

Please sign in to comment.