parser=OptionParser(usage="%prog -o OUTPUT_FILE [-f INPUT_FILE] [-l INPUT_FILE_LIST] [-d INPUT_DIRECTORY [-e INPUT EXTENSION]] [-t]",description="Generates list file from various input sources of filenames. This script is used to accept a selection of inputs from either an input list, directory, file, or any combination thereof. Each of these options can also be specified using comma-separated lists.")
igroup=OptionGroup(parser,"options","")
igroup.add_option("-o","--output_iter_list",help="Desired path to output iterator file.",dest="output_iter_list")
igroup.add_option("-f","--input_file",help="The full path to an input file. this can also be a comma-separated list of input files.",dest="input_file")
igroup.add_option("-l","--input_file_list",help="Plain text file containing the full paths to any number of files, one per line. This can also be a comma-separated list of input file lists.",dest="input_file_list")
igroup.add_option("-d","--input_directory",help="The full path to an input directory. This can also be a comma-separated list of input directories.",dest="input_directory")
igroup.add_option("-e","--input_directory_extension",help="To be used in conjuction with the input_directory option, this can be used to filter files by extension within any passed input directories.",dest="input_directory_extension")
igroup.add_option("-t","--timestamp",help="Add timestamp to each output line.",dest="timestamp",action="store_true")
parser.add_option_group(igroup)
(options,args)=parser.parse_args()
check_parameters()
##
# Set variables
##
# Regex to identify the output files of CASAVA 1.8 (for 'casava' option in FASTQC)
parser=OptionParser(usage="%prog -o OUTPUT_FILE [-f INPUT_FILE] [-l INPUT_FILE_LIST] [-d INPUT_DIRECTORY [-e INPUT EXTENSION]] [-t]",description="Generates list file from various input sources of filenames. This script is used to accept a selection of inputs from either an input list, directory, file, or any combination thereof. Each of these options can also be specified using comma-separated lists.")
igroup=OptionGroup(parser,"options","")
igroup.add_option("-o","--output_iter_list",help="Desired path to output iterator file.",dest="output_iter_list")
igroup.add_option("-f","--input_file",help="The full path to an input file. this can also be a comma-separated list of input files.",dest="input_file")
igroup.add_option("-l","--input_file_list",help="Plain text file containing the full paths to any number of files, one per line. This can also be a comma-separated list of input file lists.",dest="input_file_list")
igroup.add_option("-d","--input_directory",help="The full path to an input directory. This can also be a comma-separated list of input directories.",dest="input_directory")
igroup.add_option("-e","--input_directory_extension",help="To be used in conjuction with the input_directory option, this can be used to filter files by extension within any passed input directories.",dest="input_directory_extension")
igroup.add_option("-t","--timestamp",help="Add timestamp to each output line.",dest="timestamp",action="store_true")
parser.add_option_group(igroup)
(options,args)=parser.parse_args()
check_parameters()
##
# Set variables
##
# Regex to identify the output files of CASAVA 1.8 (for 'casava' option in FASTQC)
<labelindex="unpublish_confirmation_msg">Are you sure you want to unpublish the selected project(s) ? When done analysis and data related to the project(s) will be no longer visible by all users.</label>
<labelindex="Jeditable_dblClickTitle">Double click to edit</label>
<labelindex="analyse_desc">L'ensemble des résultats de cette analyse occupent ###ANALYSE_SIZE### d'espace disque.</label>
<labelindex="list_project_size_desc">L'ensemble des données brutes et des résultats d'analyses occupent ###PROJECT_SIZE### d'espace disque pour l'ensemble des projets.</label>