To find files with a specific extension, use glob . import glob import gzip filenames = glob.glob('*.fastq.gz') for filename in filenames: with ...
確定! 回上一頁