Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bwa and bwa-mem2 index could infer prefix from output #228

Closed
fgvieira opened this issue Oct 15, 2020 · 1 comment
Closed

bwa and bwa-mem2 index could infer prefix from output #228

fgvieira opened this issue Oct 15, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@fgvieira
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
At least in bwa and bwa-mem2 index, the destination (prefix) could be directly inferred from the output, being unnecessary to specify the prefix param.

Describe the solution you'd like
The wrapper would infer the prefix from snakemake.output[0]

@Smeds do you think it makes sense?

@fgvieira fgvieira added the enhancement New feature or request label Oct 15, 2020
tdayris pushed a commit to tdayris/snakemake-wrappers that referenced this issue Oct 19, 2020
tdayris pushed a commit to tdayris/snakemake-wrappers that referenced this issue Oct 19, 2020
johanneskoester added a commit that referenced this issue Jan 26, 2022
* [fix] (template): Missing code in wrappers' doc. Error #187

* [dev] (bwa): Automatic prefix detection (#228)

* [dev] (bwa): Automatix prefix detection (#228)

* [doc] (bwa): Snakefiles updated

* [dev] (bwa): Aln was forgotten at first

* [dev] (black): Reformatting

* Update Snakefile_samtools

* minimal formatting commit to trigger tests

test logs are not available any more

* revert test trigger change

* feat!: remove tmp dir parameter in bwa mem wrapper as this is now handled automatically by snakemake

* fix: fixed index adressing

* fmt

* fixes

* fixes

* fixed failing lint, fixed syntax

* add missing logfile

Co-authored-by: tdayris <[email protected]>
Co-authored-by: Johannes Köster <[email protected]>
Co-authored-by: David Laehnemann <[email protected]>
Co-authored-by: Johannes Köster <[email protected]>
@fgvieira
Copy link
Collaborator Author

fgvieira commented Mar 2, 2022

Fixed in #232. Closing.

@fgvieira fgvieira closed this as completed Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant