We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Substitute ArgumentParser with pyreference.ReferenceArgumentParser to add a --build option to your command line arguments.
args.reference is now initialised to the correct build/annotation.
args.reference
from pyreference import ReferenceArgumentParser parser = ReferenceArgumentParser() parser.add("mirna_name") args = parser.parse_args() reference = args.reference.get_mirna(args.mirna_name) print(mir.get_8mer_target())