Skip to content

Adjust paths to external executables #1

@prioux

Description

@prioux

In the current state of this repo, many of these scripts have a hard coded paths for external executables, something like

my $MF2FASTA       = "/share/supported/bin/mf2fasta";

We should simply depend on the user's environment to have a proper PATH set up, so these assignments should look like:

my $MF2FASTA       = "mf2fasta";

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions