Skip to content

Commit 16e9b17

Browse files
authored
Remove multiline descriptions
1 parent e3324ae commit 16e9b17

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

fmriprep/info.py

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,8 @@
1717
__status__ = 'Prototype'
1818
__url__ = 'https://github.com/poldracklab/fmriprep'
1919
__packagename__ = 'fmriprep'
20-
__description__ = """fMRIprep is a functional magnetic resonance image pre-processing pipeline that
21-
is designed to provide an easily accessible, state-of-the-art interface that is robust to differences
22-
in scan acquisition protocols and that requires minimal user input, while providing easily interpretable
23-
and comprehensive error and output reporting."""
24-
__longdesc__ = """
25-
This package is a functional magnetic resonance image preprocessing pipeline that is designed to
26-
provide an easily accessible, state-of-the-art interface that is robust to differences in scan
27-
acquisition protocols and that requires minimal user input, while providing easily interpretable
28-
and comprehensive error and output reporting. This open-source neuroimaging data processing tool
29-
is being developed as a part of the MRI image analysis and reproducibility platform offered by the
30-
CRN. This pipeline is heavily influenced by the `Human Connectome Project analysis pipelines
31-
<https://github.com/Washington-University/Pipelines>`_ and, as such, the backbone of this pipeline
32-
is a python reimplementation of the HCP `GenericfMRIVolumeProcessingPipeline.sh` script. However, a
33-
major difference is that this pipeline is executed using a `nipype workflow framework
34-
<http://nipype.readthedocs.io/en/latest/>`_. This allows for each call to a software module or binary
35-
to be controlled within the workflows, which removes the need for manual curation at every stage, while
36-
still providing all the output and error information that would be necessary for debugging and interpretation
37-
purposes. The fmriprep pipeline primarily utilizes FSL tools, but also utilizes ANTs tools at several stages
38-
such as skull stripping and template registration. This pipeline was designed to provide the best software
39-
implementation for each state of preprocessing, and will be updated as newer and better neuroimaging software
40-
become available.
41-
"""
20+
__description__ = "fMRIprep is a functional magnetic resonance image pre-processing pipeline that is designed to provide an easily accessible, state-of-the-art interface that is robust to differences in scan acquisition protocols and that requires minimal user input, while providing easily interpretable and comprehensive error and output reporting."
21+
__longdesc__ = "This package is a functional magnetic resonance image preprocessing pipeline that is designed to provide an easily accessible, state-of-the-art interface that is robust to differences in scan acquisition protocols and that requires minimal user input, while providing easily interpretable and comprehensive error and output reporting. This open-source neuroimaging data processing tool is being developed as a part of the MRI image analysis and reproducibility platform offered by the CRN. This pipeline is heavily influenced by the `Human Connectome Project analysis pipelines <https://github.com/Washington-University/Pipelines>`_ and, as such, the backbone of this pipeline is a python reimplementation of the HCP `GenericfMRIVolumeProcessingPipeline.sh` script. However, a major difference is that this pipeline is executed using a `nipype workflow framework <http://nipype.readthedocs.io/en/latest/>`_. This allows for each call to a software module or binary to be controlled within the workflows, which removes the need for manual curation at every stage, while still providing all the output and error information that would be necessary for debugging and interpretation purposes. The fmriprep pipeline primarily utilizes FSL tools, but also utilizes ANTs tools at several stages such as skull stripping and template registration. This pipeline was designed to provide the best software implementation for each state of preprocessing, and will be updated as newer and better neuroimaging software become available."
4222

4323
DOWNLOAD_URL = (
4424
'https://pypi.python.org/packages/source/{name[0]}/{name}/{name}-{ver}.tar.gz'.format(

0 commit comments

Comments
 (0)