-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply transforms to raw data when MNI6 derivatives aren't available (#58
- Loading branch information
Showing
16 changed files
with
458 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
name: Bug Report | ||
description: File a report of a problem you encountered. | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Thanks for taking the time to fill out this bug report! | ||
### The following information will help us in getting your issue resolved. | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: A short description of what went wrong. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: command | ||
attributes: | ||
label: What command did you use? | ||
description: | | ||
If you're using `fmriprep-docker`, please include the `RUNNING: ...` line that is printed first. | ||
This helps us replicate the problem. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: What version of fMRIPost-AROMA are you running? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: environment | ||
attributes: | ||
label: How are you running fMRIPost-AROMA? | ||
options: | ||
- Docker | ||
- Singularity | ||
- Local installation ("bare-metal") | ||
- Other | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: bids-valid | ||
attributes: | ||
label: Is your data BIDS valid? | ||
description: | | ||
The BIDS validator can be found at: https://bids-standard.github.io/bids-validator/ | ||
Errors should not be present, but warnings are acceptable. | ||
options: | ||
- "Yes" | ||
- "No" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: reuse | ||
attributes: | ||
label: Are you reusing any previously computed results? | ||
description: | | ||
You can select multiple options. | ||
We recommend using a fresh working directory when upgrading to a new fMRIPost-AROMA minor series. | ||
multiple: true | ||
options: | ||
- FreeSurfer | ||
- Anatomical derivatives | ||
- Work directory | ||
- "No" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Please copy and paste any relevant log output. | ||
description: | | ||
Can you find some traces of the error reported in the visual report (at the bottom) or in *crashfiles*? | ||
This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: textarea | ||
id: addinfo | ||
attributes: | ||
label: Additional information / screenshots | ||
description: | | ||
If you would like to include any further information, such as any visual reports, please include them below. | ||
Alternatively, you can privately share with us at <[email protected]>. | ||
Reports do not contain data usable with personal identification or other research purposes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Documentation improvement | ||
about: Is the documentation of something missing, unclear, or lacking? This is the place. | ||
title: '' | ||
labels: 'documentation' | ||
assignees: '' | ||
|
||
--- | ||
<!-- | ||
For the Documentation request, please include the following: | ||
------------------------ | ||
What would you like changed/added and why? | ||
Do you have any suggestions for the new documents? | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Feature Request | ||
description: Suggest an idea for a new feature or a change to an existing one. | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Thank you for your suggestion! | ||
We welcome any ideas about how to make *fMRIPost-AROMA* better for the community. | ||
Please keep in mind that features may not get implemented immediately. | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: What would you like to see added in fMRIPost-AROMA? | ||
description: | | ||
What are you trying to achieve with fMRIPost-AROMA? | ||
Is this a more convenient way to do something that is already possible, or is a workaround currently unfeasible? | ||
Does this feature adhere to the [NiPreps driving principles](https://www.nipreps.org/community/CONTRIBUTING/#driving-principles)? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: interest | ||
attributes: | ||
label: Do you have any interest in helping implement the feature? | ||
description: | | ||
We appreciate any help you can offer! | ||
For information on how to contribute, please refer to our [contributing guidelines](https://www.nipreps.org/community/CONTRIBUTING/). | ||
options: | ||
- "Yes" | ||
- Yes, but I would need guidance | ||
- "No" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: addinfo | ||
attributes: | ||
label: Additional information / screenshots | ||
description: Add any additional information or context about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.