Skip to content
Snippets Groups Projects
Commit 7cad2097 authored by Samuel Mondal's avatar Samuel Mondal
Browse files

minor changes 2

parent ca797e26
No related branches found
No related tags found
1 merge request!67minor changes 2
Pipeline #14928 failed
""" command line script to be run on output fasta file from bedtools getfasta """ """command line script to be run on output fasta file from bedtools getfasta."""
import argparse import argparse
import logging import logging
from exon_concatenation import exon_concatenation from exon_concatenation import exon_concatenation
......
"""This script contains two functions and the first function is called by the second function and used to add poly A tail to the concatenated exon.""" """This script contains two functions and the first function is called by the second function and used to add poly A tail to the concatenated exon."""
s
import numpy as np import numpy as np
# To do: Taking probabilities of nucleotides from user and raising error if sum != 1 # To do: Taking probabilities of nucleotides from user and raising error if sum != 1
def poly_a_generator( def poly_a_generator(
exon: str, exon: str,
) -> str: ) -> str:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment