rnalysis.fastq.convert_sam_formatο
- rnalysis.fastq.convert_sam_format(input_folder: str | Path, output_folder: str | Path, picard_installation_folder: str | Path | Literal['auto'] = 'auto', new_sample_names: List[str] | Literal['auto'] = 'auto', output_format: Literal['sam', 'bam'] = 'bam')ο
Convert SAM files to BAM files or vice versa using Picard SamFormatConverter.
- Parameters:
input_folder (str or Path) β Path to the folder containing the SAM/BAM files you want to convert.
output_folder (str or Path) β Path to a folder in which the converted FASTQ files will be saved.
picard_installation_folder (str, Path, or 'auto' (default='auto')) β Path to the installation folder of Picard. For example: βC:/Program Files/Picardβ
new_sample_names (list of str or 'auto' (default='auto')) β Give a new name to each converted sample (optional). If sample_names=βautoβ, sample names will be given automatically. Otherwise, sample_names should be a list of new names, with the order of the names matching the order of the files in the directory.
output_format ('sam' or 'bam' (default='bam')) β format to convert the files into.