Skip to content
Snippets Groups Projects

error correction

Merged Samuel Mondal requested to merge new into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
import argparse
import logging
from pre_bedtools import exon_extraction_from_gtf
from exon_concatenation import exon_concatenation
from polyA import polyA_addition_to_fasta_list
from list_to_file import list_to_file
from poly_a import poly_a_addition_to_fasta_list
parser = argparse.ArgumentParser(
prog = 'transcript_sequence_extractor',
Loading