"""This function searches for preexisting files of the same name as the results file of the current program. It allows the user to choose to move on with the pre-existing file """
"""This function validates that the source file exists at the source path. It turns the file name input in a standardized format that can be used in the next steps"""
"""This funtion extracts the transcript number ,transcript ID, the transcript support level, the transcrip length and the line index from a gtf file of a given name and saves tham as a new file name given_name_intermediat_file.txt. It only works in the directory of the skript at this point"""
"""This funtion allows for chaging the parameters after running the program"""
whileTrue:
#This is the main loot wich allows show the current partameters and
#allows the usert to shouse if the want to use edit the paremeters or
#to continue with the given parameters
print("The program will run with the following parameters:\nFile name:\t\t",file_name,"\nSource pathway:\t",source_pathway_name,"\nDeposit pathway:\t",deposit_pathway_name,"\n")
parameter_conformation=input("To continue with these parameters input [continue or c] to change them input [edit]\n>")
#The block above incluts the "table" whith the current parameters as well as the input prompt
"""This it the overall exetutable funtion that will execute the transcript extraction process for a given file with all checks.
The default file name is "test". This function will also return the file name, the source pathway and the depisti pathway that have been used to generate the intermediat file"""