v1.1.0
-
New
-e
option for merging FASTQ files:
Added a-e
option to merge multiple FASTQ files into a single file for eachExperiment (-e ex)
,Sample (-e sa)
, orStudy (-e st)
. -
New
-i
option for input:
iSeq
can now accept afile
containing multiple accession numbers as input by-i fileName
. -
API change for GSA metadata download:
The API endpoint has been updated fromgetRunInfo
togetRunInfoByCra
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 fromSAMC[A-Z]?[0-9]+
toSAMC[0-9]+
. -
Fix some bugs