|
| 1 | +--- |
| 2 | +name: Feature Request |
| 3 | +about: Suggest a new feature or enhancement for RAPTOR |
| 4 | +title: '[FEATURE] ' |
| 5 | +labels: enhancement |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +## Feature Description |
| 10 | + |
| 11 | +A clear and concise description of the feature you'd like to see in RAPTOR. |
| 12 | + |
| 13 | +## Problem or Use Case |
| 14 | + |
| 15 | +**Is your feature request related to a problem? Please describe.** |
| 16 | + |
| 17 | +Example: I'm always frustrated when [...] or I need to [...] but currently can't. |
| 18 | + |
| 19 | +## Proposed Solution |
| 20 | + |
| 21 | +**Describe the solution you'd like** |
| 22 | + |
| 23 | +A clear description of what you want to happen. Include: |
| 24 | +- How it would work |
| 25 | +- What commands/functions would be involved |
| 26 | +- Expected behavior |
| 27 | + |
| 28 | +## Alternative Solutions |
| 29 | + |
| 30 | +**Describe alternatives you've considered** |
| 31 | + |
| 32 | +Are there workarounds or alternative approaches you've thought about? |
| 33 | + |
| 34 | +## Example Usage |
| 35 | + |
| 36 | +**How would you use this feature?** |
| 37 | + |
| 38 | +```python |
| 39 | +# Example code showing how you'd use the new feature |
| 40 | +from raptor import new_feature |
| 41 | + |
| 42 | +result = new_feature( |
| 43 | + data='counts.csv', |
| 44 | + parameter='value' |
| 45 | +) |
| 46 | +``` |
| 47 | + |
| 48 | +Or CLI example: |
| 49 | +```bash |
| 50 | +raptor new-command --option value |
| 51 | +``` |
| 52 | + |
| 53 | +## Benefits |
| 54 | + |
| 55 | +**Who would benefit from this feature?** |
| 56 | + |
| 57 | +- [ ] Researchers analyzing RNA-seq data |
| 58 | +- [ ] Bioinformaticians |
| 59 | +- [ ] Pipeline developers |
| 60 | +- [ ] Students/educators |
| 61 | +- [ ] Other: _____________ |
| 62 | + |
| 63 | +## Module/Component |
| 64 | + |
| 65 | +**Which RAPTOR module would this affect?** |
| 66 | + |
| 67 | +- [ ] Module 2: Quality Assessment |
| 68 | +- [ ] Module 3: Data Profiler |
| 69 | +- [ ] Module 4: Pipeline Recommender |
| 70 | +- [ ] Module 5: Pipelines (alignment/quantification) |
| 71 | +- [ ] Module 6: Differential Expression |
| 72 | +- [ ] Module 7: DE Import |
| 73 | +- [ ] Module 8: Parameter Optimization |
| 74 | +- [ ] Module 9: Ensemble Analysis |
| 75 | +- [ ] Dashboard |
| 76 | +- [ ] CLI |
| 77 | +- [ ] Other: _____________ |
| 78 | + |
| 79 | +## Priority |
| 80 | + |
| 81 | +**How important is this feature to your workflow?** |
| 82 | + |
| 83 | +- [ ] Critical - Blocking my work |
| 84 | +- [ ] High - Would significantly improve my workflow |
| 85 | +- [ ] Medium - Nice to have |
| 86 | +- [ ] Low - Minor improvement |
| 87 | + |
| 88 | +## Additional Context |
| 89 | + |
| 90 | +Add any other context, screenshots, mockups, or examples about the feature request here. |
| 91 | + |
| 92 | +**Related issues or discussions:** |
| 93 | +- Issue #XXX |
| 94 | +- Discussion #XXX |
| 95 | + |
| 96 | +## Willingness to Contribute |
| 97 | + |
| 98 | +**Would you be willing to help implement this feature?** |
| 99 | + |
| 100 | +- [ ] Yes, I can implement this feature |
| 101 | +- [ ] Yes, I can help test this feature |
| 102 | +- [ ] Yes, I can help document this feature |
| 103 | +- [ ] No, but I'd love to see it implemented |
| 104 | +- [ ] Unsure |
| 105 | + |
| 106 | +## Environment (Optional) |
| 107 | + |
| 108 | +If relevant, what environment are you working in? |
| 109 | + |
| 110 | +- **RAPTOR version:** (e.g., 2.2.0) |
| 111 | +- **Python version:** (e.g., 3.10.5) |
| 112 | +- **Operating System:** (e.g., Ubuntu 22.04, Windows 11, macOS 13) |
0 commit comments