gencorefacility / reform

Modify existing reference fasta and gff3/gtf files to include a new sequence
29 stars 5 forks source link

Use gz #12

Closed YuWei-CH closed 4 months ago

YuWei-CH commented 4 months ago
  1. A gzip library is used to read ref_fasta and ref_gtf, and store the read results into a tempfile.
  2. To test the code, 2 new test cases based on case 2 and case 10 are added to test_data.
  3. Remove files of result in each test case.