Initialize bioinformatics research project structure
Initializes a complete bioinformatics research project structure with organized directories and configuration files.
/plugin marketplace add dakesan/bioinformatics-research-plugins/plugin install research-project@bioinformatics-researchpython "${CLAUDE_PLUGIN_ROOT}/scripts/init_project.py" --path <target_project_path>
For current directory:
python "${CLAUDE_PLUGIN_ROOT}/scripts/init_project.py" --path .
Critical: Use ${CLAUDE_PLUGIN_ROOT} to reference the plugin's installation directory. Do NOT use Glob, Search, or any file search tools to find the script. Execute directly with Bash.