Skip to content

Releases: chiulab/surpi

SURPI v1.0.18

10 Jul 22:22
Compare
Choose a tag to compare

• removed bug (in extractHeaderFromFastq_ncores.sh) and synchronized code with AWS AMI

SURPI v1.0.17

07 Jul 21:55
Compare
Choose a tag to compare

• Added documentation
• Added SURPI installer
• Added scripts to create all necessary reference databases
• Updated license to BSD 2 clause
• Removed many extraneous command line options - now config file is required for SURPI runs
• separated SNAP edit distance for human subtraction and NT alignment into separate config file parameters
• Added check after preprocessing step to stop pipeline if null FASTQ file
• bugfixes
• Added additional software dependency (GNU parallel), which is used to parallelize and throttle some SURPI processes
• Updated SURPI_installer.sh to install the correct SURPI version (1.0.17)

SURPI v1.0.13

05 Jun 05:42
Compare
Choose a tag to compare

• Added ribosomal cleanup
• Cleaned up logfiles
• Bugfixes
• SURPI v1.0.13 is the version used on the updated Amazon EC2 AMI also released today.

SURPI v1.0.11

12 May 21:54
Compare
Choose a tag to compare

• Added error checking to SURPI to help determine if a failure is due to a software dependency or a reference data issue

SURPI will now check all software dependencies and reference data at the beginning of the pipeline. Check the log file for information on this verification. In short, each check will either show "OK" (in green, if your terminal supports color), or "BAD" (in red).

SURPI v1.0.10

01 May 08:57
Compare
Choose a tag to compare

bugfixes

SURPI v1.0.9

01 May 08:13
Compare
Choose a tag to compare

• added command line option (-v) for verification mode. In this mode, SURPI will verify all dependencies, reference data, and FASTQ file (if desired). The actual pipeline is not run - only verification occurs.

This same verification is also done at the beginning of every pipeline run. Results are within the log file generated by the pipeline.

• adjusted SNAP - nt to remove intermediate .sam files upon completion. These files were not deleted by the recently added compare_multiple_sam.py method.

SURPI v1.0.8

01 May 01:49
Compare
Choose a tag to compare

Added checks to the beginning of SURPI:

• verify software dependencies are installed properly
• verify reference data is available
• verify taxonomy is functioning (already added in a past release)

Cleaned up some config file parameters

• removed extraneous RAPSearch folder & included this information in the RAPSearch databases
• Adjusted SNAP folder names

SURPI v1.0.7

29 Apr 19:02
Compare
Choose a tag to compare

SNAP-nt

Added option to do comparison at end of all SNAP portions rather than after each individual. This will allow for further upcoming optimizations.

• Cleaned some echo commands within several scripts
• Updated readme

SURPI v1.0.6

24 Apr 00:10
Compare
Choose a tag to compare
  • moved several parameters to config file

taxonomy database directory

temporary files directory

SURPI v1.0.5

18 Apr 16:38
Compare
Choose a tag to compare

Includes latest version of taxonomy lookup, which is significantly faster than previous versions.