Skip to content

v1.1.0

Compare
Choose a tag to compare
@BioOmics BioOmics released this 18 Sep 06:51
· 39 commits to main since this release
b0fbf98
  • New -e option for merging FASTQ files:
    Added a -e option to merge multiple FASTQ files into a single file for each Experiment (-e ex), Sample (-e sa), or Study (-e st).

  • New -i option for input:
    iSeq can now accept a file containing multiple accession numbers as input by -i fileName.

  • API change for GSA metadata download:
    The API endpoint has been updated from getRunInfo to getRunInfoByCra for downloading GSA metadata.

More Updates
  • Save result to personal directory:
    The output results will now be saved in the user's personal directory by -o option.

  • Updated regex for SAMC matching:
    The matching pattern for SAMC has been changed from SAMC[A-Z]?[0-9]+ to SAMC[0-9]+.

  • Fix some bugs