Skip to content

Commit ae6ba8c

Browse files
committed
Remove trailing whitespace.
1 parent d309d3a commit ae6ba8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ibex_imaging_knowledge_base_utilities/csv_2_supporting.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@
2929
file. The csv file follows the format of the knowledge-base reagent_resources.csv, with the following differences:
3030
1. Each row is expected to contain a single ORCID, either in the Agree or Disagree column. # noqa W291
3131
2. Two additional columns, "Publications" and "Notes". The "Notes" column is free text and can include markdown formatting.
32-
The "Publications" column contains the prefixes of markdown files that contain the publication information. If multiple
32+
The "Publications" column contains the prefixes of markdown files that contain the publication information. If multiple
3333
publications are associated with the same row, they are separated by a semicolon. These files are expected to be in the
3434
same directory as the csv input file.
3535
3636
Example entry for "Publications" column:"radtke_pnas;radtke_nat_prot", corresponding markdown files are
3737
radtke_pnas.md and radtke_nat_prot.md.
3838
39-
All supporting materials files follow the same structure which is defined by a template file. Generally speaking,
39+
All supporting materials files follow the same structure which is defined by a template file. Generally speaking,
4040
template based file generation is best done using a dedicated tool such as jinja (https://jinja.palletsprojects.com/).
41-
As our use case is very simple, string formatting is sufficient and we avoid dependency on an additional tool.
41+
As our use case is very simple, string formatting is sufficient and we avoid dependency on an additional tool.
4242
4343
The supporting material files are created with the expected names in the specific directory: target_conjugate/orcid.md.
4444
4545
NOTE: This script is intended for initial creation of supporting material files. If the file target_conjugate/orcid.md
4646
already exists, DO NOT use the same directory for output. Instead, provide a temporary directory for output. You
4747
then need to reconcile the newly created file(s) with the existing one(s). The numbering of the publications
48-
and notes need to be updated when the new file content is added to the existing content and the configuration
48+
and notes need to be updated when the new file content is added to the existing content and the configuration
4949
table needs to be updated too. This is a MANUAL step.
5050
"""
5151

0 commit comments

Comments
 (0)