https://github.com/sfu-compbio/mrsfast

sort by:
Revision Author Date Message Commit Date
f47ff33 README.md edited online with Bitbucket 06 August 2014, 21:49:44 UTC
755e294 Version info updated 06 August 2014, 21:36:35 UTC
51ccaac Merge branch 'dev' 06 August 2014, 21:35:35 UTC
83cbd11 README.md edited online with Bitbucket 06 August 2014, 21:32:05 UTC
ad495cc README.md edited online with Bitbucket 06 August 2014, 21:30:58 UTC
b3187d4 1) Bug fix: Best mapping paired-end output was not convertible to BAM. 2) Bug fix: Paired-end multiple mapping crashed. 3) Manual page updated for reference to mrsFAST-Ultra paper 06 August 2014, 21:28:20 UTC
ba13afa Bug fix: Paired-end best mapping crashed 06 August 2014, 00:36:13 UTC
587f957 Bug fix: wrong fclose when input is compressed paired-end 05 August 2014, 23:42:17 UTC
45efa5b Safety measures for -n option 05 May 2014, 22:55:18 UTC
80e9c53 Updating the release information. 31 March 2014, 08:25:32 UTC
538dcfa Merge branch 'dev' 31 March 2014, 08:14:16 UTC
504b5e9 1) BUG FIX: used to crash in PE discordant mode when number of chromosomes was high. Some temporary files were opened in each iteration and never closed later. This lead to failure of fopen function at some point. 2) .sam is no longer added to the output file name. This caused the output file name to be unpredictable when used in pipelines 30 March 2014, 01:29:11 UTC
4c5ae0e .sam is now optional at the end of output file (-o option) 08 March 2014, 01:22:40 UTC
ad2c511 Bug fix: In discordant mode with interleaved reads program crashed before finishing. It didn't affect the output though. 19 February 2014, 00:26:38 UTC
f1dd45c with-sse4 option added to makefile 31 January 2014, 22:28:07 UTC
8dea2bf Updating Changelog to reflect the release changes 15 January 2014, 06:51:58 UTC
190712b Merge from Dev to Master 14 January 2014, 09:22:11 UTC
7c87f8b Version 3.3.0. Ported to OS X and compatible with clang 14 January 2014, 08:48:53 UTC
58c418f Bug fix: Q-gram count was not calculated for the last character of the reference genome 03 October 2013, 20:30:30 UTC
eeef3fd fixing typos in man page 13 September 2013, 22:42:29 UTC
6ac903a SNPIndexer.o is now deleted after make 13 September 2013, 22:08:21 UTC
10a1021 Version updated to 3.2.0. Small bug in best paired-end fixed 13 September 2013, 21:13:18 UTC
cc7d917 Updated help file 12 September 2013, 04:08:47 UTC
ffaf252 -q option changed to --snp-qual. Help file changed accordingly 12 September 2013, 01:13:30 UTC
ed9f532 -q option added. Help file updated accordingly 05 September 2013, 06:21:50 UTC
c4dc3eb Bug Fix: calculateMD_SNP debugged 14 August 2013, 23:35:49 UTC
945c308 Improvements in SNP mode: a mismatch at a known SNP location is only ignored when the corresponding base pair quality is higher than a threshold, and also the exact alternative character (provided by dbSNP) is observed 12 August 2013, 00:00:07 UTC
717a24a Installation and Examples segments added to the help page 24 July 2013, 10:14:17 UTC
d53b6c3 -o /dev/null is OK to use 24 July 2013, 04:37:56 UTC
85a02e0 Fixed Makefile for SSE4 and gcc version 24 July 2013, 00:01:52 UTC
43923aa Changelog for 2.6.0.4 is update. 23 July 2013, 22:57:58 UTC
d4eb8b7 Patch sent by Jamie.K Teer on gzip PE input 23 July 2013, 22:51:33 UTC
beb96b9 All functions use buffered output 23 July 2013, 02:10:55 UTC
aabf446 Mrsfast edit 18 July 2013, 23:26:39 UTC
32c05ca Mrsfast improvements 18 July 2013, 23:25:23 UTC
48e113a Improved Hashtable threading 18 July 2013, 23:09:01 UTC
683bed5 Improving IO for reads 18 July 2013, 23:07:17 UTC
7730e64 Updating the version number 10 July 2013, 20:38:20 UTC
e70118f Fixed the bug with SSE4 definitions 18 May 2013, 00:40:21 UTC
da42f2b New Makefile with new targets debug and profile 18 May 2013, 00:14:58 UTC
8373831 Best mapping pruning added. disable-sam-header and max-discordant options renamed. 17 May 2013, 20:35:34 UTC
48934e6 Updating the HELP file to a new man format 17 May 2013, 19:53:55 UTC
2451d95 Merge branch 'dev' of bitbucket.org:compbio/mrsfast into dev 16 May 2013, 22:56:46 UTC
ec22630 Checksum length extended 16 May 2013, 22:56:05 UTC
6aa8bb7 Bug Fix: Quality not reversed in single best mode 16 May 2013, 22:07:04 UTC
39958d0 Simpler implementation of no-sam-header option 16 May 2013, 00:08:33 UTC
d4277a3 no-sam-header option added 15 May 2013, 23:39:00 UTC
7fc1074 Extra reverseComplement() removed from preProcessReads(). Checksum type parametrized 14 May 2013, 02:12:22 UTC
bd2cee1 Few extra instructions removed from verifySeq() 14 May 2013, 00:44:40 UTC
a281407 Extra 'if' removed from verifySeq 01 May 2013, 19:46:07 UTC
c261fdc Little time improvement for read loading 26 April 2013, 23:47:28 UTC
d3d9b53 Bug fix: -n option crashed when chunking 24 April 2013, 20:27:05 UTC
feef13a Discordant mode: mates mapped to the same location are reported with type - 23 April 2013, 23:34:21 UTC
a95c1b0 Merge branch 'dev' of bitbucket.org:compbio/mrsfast into dev 18 April 2013, 00:43:04 UTC
b98ee6f Discordant mode chunking problem fixed. Discordant cutoff option added. 18 April 2013, 00:34:12 UTC
a28167d disable-nohits option added 22 March 2013, 19:19:18 UTC
0304aee Little fix for SEQ_LEN calculation 11 March 2013, 21:03:17 UTC
0cdf3e5 BUG FIX: Possible negative value for minPairedEndDistance fixed. 22 January 2013, 07:14:49 UTC
d56d572 BUG FIX: gz input for second file fixed. lib output fixed. 22 January 2013, 02:50:49 UTC
3aa9df0 Fixes for the last update 21 January 2013, 23:32:47 UTC
be64a79 Output file names fixed. SNP bestMode fixed. In discordant mode sample.lib output file is created as an input for VH 20 January 2013, 20:55:20 UTC
97439c5 Bug fix: little fix for crop option 27 November 2012, 23:25:35 UTC
1cb0fdb Removed version from source files. Added support for sse4 on machines that had no sse4 instructions 27 November 2012, 01:50:42 UTC
54e115d SNPIndexer refactored. Makefile modified for snp_indexer 27 November 2012, 00:59:00 UTC
50e36a8 Adding snp_indexer to .gitignore 27 November 2012, 00:25:17 UTC
52b0757 snp_indexer is added to Makefile 27 November 2012, 00:24:23 UTC
b6037bf SSE4 line was commented by mistake 27 November 2012, 00:20:58 UTC
f6bc296 SNP feature updated and code refactored. SNPIndexer.c added 27 November 2012, 00:16:57 UTC
6d6ac04 Bug fix: -n option used to crash on multithread 23 November 2012, 04:55:56 UTC
2cad08b Changing the sort in reads and hashtable from qsort to intro sort 23 November 2012, 04:30:11 UTC
8c1a14f Adding tab per sam tools desc 19 November 2012, 10:59:00 UTC
c6ab06b Add some pruning to best single-end 17 November 2012, 01:32:17 UTC
cc4ee38 BUG FIX: used to crash when -o input was longer than 100 characters 17 November 2012, 00:24:41 UTC
68abcb9 Bug Fix: SEQ_LENGTH calculation is fixed to consider the \r\n. MAX Read Length is increased to 500 16 November 2012, 02:12:46 UTC
0bb0142 Bug fix: Quality string end null character fixed 15 November 2012, 06:17:56 UTC
1bcbf68 -n option added and modified to match new changes 10 November 2012, 04:13:25 UTC
b40bc14 Checksum for speed up added. Localized for reducing memory fetch. 10 November 2012, 00:08:09 UTC
a492fa3 Checksum filter added. Distance Calculation updated and bug fixed. 01 November 2012, 00:16:34 UTC
295dcac Paired-end profiling added. (UNSTABLE) 23 October 2012, 22:30:38 UTC
d26bfe5 New CommandLineParser.c, Little correction to SnipReader.h 17 October 2012, 01:21:45 UTC
5bdfa18 Snip Tolerance added. Seems to be fine, needs further testing. (UNSTABLE) 16 October 2012, 21:39:45 UTC
c2bc3dd Read lengths are checked to be the same. checkAllReads() is added, but not used 11 October 2012, 02:26:21 UTC
4e21d14 Bug fix in PE bestMode. PE bestMode flags tested and debugged 10 October 2012, 02:21:07 UTC
d582ba1 maxPairEndedDistance value set in initLoadingHashTable(), after reading maxChrLength from metaInfo 10 October 2012, 00:45:27 UTC
627efc3 Bug fix: In PE, in case one of the mates is discarded, the other one should still be indexed 09 October 2012, 22:45:53 UTC
86daa1c Bug fixes for PE best mode 06 October 2012, 03:08:10 UTC
ecfe7af Merge branch 'dev' of bitbucket.org:compbio/mrsfast into dev 05 October 2012, 21:57:52 UTC
3e68886 NEW PE best mapping mode 05 October 2012, 21:57:41 UTC
8ffe353 output.sam and output.nohit names are fixed 05 October 2012, 21:13:38 UTC
c227023 Fixing SAM headers for samtools 05 October 2012, 01:25:34 UTC
1c96b9e Bug Fix: related to indexing of the discarded reads introduced in 8a0eab3f02ad 05 October 2012, 01:10:29 UTC
e38f2ea Fixing Common.h 04 October 2012, 00:59:18 UTC
91e2c42 Single-end best mapping mode is now using full sam specification 04 October 2012, 00:48:56 UTC
915d650 Paired-end crash on single read file fixed. 02 October 2012, 23:16:22 UTC
dbeceaf initializeFAST(), initFASTChunk(), and initFASTContig() are separated. Bug fixed. 02 October 2012, 22:31:04 UTC
fe441fd Fixing a bug regarding output of no hits 02 October 2012, 03:09:53 UTC
6605214 Paired end leak fixed 01 October 2012, 22:30:56 UTC
605cb53 _msf_op _msf_output _msf_optionalFields specified for each thread. Paired end bug fixed. 25 September 2012, 00:55:04 UTC
e44def4 Fixed the PE mode and SAM output 28 August 2012, 02:14:28 UTC
bef61b3 Memory leakage is fixed for single end mode / best single end mode. 23 August 2012, 04:32:14 UTC
back to top