https://github.com/dereneaton/ipyrad

sort by:
Revision Author Date Message Commit Date
3e8aca7 "Updating ipyrad/__init__.py to version - 0.1.51 18 February 2016, 22:56:37 UTC
8f0fefe some docs changes. No more chdir in __main__. Some svd updates 18 February 2016, 22:55:56 UTC
c39ca40 "Updating ipyrad/__init__.py to version - 0.1.50 18 February 2016, 02:16:53 UTC
98627eb added name parsing to link_fastqs. And some svd updates. 18 February 2016, 02:16:39 UTC
26ba0e2 cosmetic changes 17 February 2016, 06:25:13 UTC
ef5c786 cosmetic changes 17 February 2016, 06:13:30 UTC
60b752d CLI full tutorial V1.0 17 February 2016, 06:08:13 UTC
ac5e2d3 More or step3 17 February 2016, 04:31:39 UTC
dc624d4 More or less finalized step 3 docs for full tutorial 17 February 2016, 04:22:32 UTC
062ab0b Step 3 further docs 17 February 2016, 03:45:48 UTC
10931f4 CLI tutorial through step 3 17 February 2016, 03:33:19 UTC
68db885 More cleanup of full tutorial 17 February 2016, 03:27:29 UTC
8bb2b4f cosmetic changes to tutorial 17 February 2016, 03:19:02 UTC
c2928a1 Fixed bash commands in tutorial 17 February 2016, 03:14:19 UTC
b417273 full tutorial updates 17 February 2016, 03:10:36 UTC
928d0d7 Fixing bash code-blocks 17 February 2016, 02:58:45 UTC
d9a2903 Minor doc updates 17 February 2016, 02:52:24 UTC
bcc84df "Updating ipyrad/__init__.py to version - 0.1.49 17 February 2016, 02:15:14 UTC
ae0123b more CLI tutorial docs 17 February 2016, 02:14:33 UTC
427075c Merge branch 'master' of https://github.com/dereneaton/ipyrad 17 February 2016, 00:31:57 UTC
34e8290 Initial commit for CLI full tutorial and advanced_CLI 17 February 2016, 00:31:14 UTC
7f45e86 "Updating ipyrad/__init__.py to version - 0.1.48 16 February 2016, 23:25:54 UTC
95f5988 new svd method framework added. See notebook 16 February 2016, 23:25:36 UTC
4875aed added -i flag to get parameter information at CLI from paramsinfo 16 February 2016, 22:56:48 UTC
8309555 zipped the test data so we can use it for the cli tutorial (users can wget the whole thing) 16 February 2016, 16:46:25 UTC
6521f15 more explicit error handling in the case of no samples in json 16 February 2016, 15:44:45 UTC
b00a1b8 Testing for empty samples in saved .json, if no samples in saved assembly then it raises an ipyradwarningexit. You can get into this situation somewhat easily, and it's better to handle explicitly bcz otherwise you get an index out of bounds error and it's ugly 16 February 2016, 15:38:27 UTC
4e5781a fixed an oops 16 February 2016, 15:26:54 UTC
3c50506 Allow CLI users to start assembly at step2 if they have already demultiplexed fq files. 16 February 2016, 15:11:38 UTC
df881d2 Change error handling in step 7 if output directory already exists, make it easier to see what's happening 16 February 2016, 14:57:47 UTC
0578e21 Fixed handle all indels for gbs during cluster_within, also handle samples in step 2.5 so they skip straight to muscle aligning 16 February 2016, 14:39:23 UTC
2d21111 Merge branch 'master' of https://github.com/dereneaton/ipyrad 16 February 2016, 14:29:56 UTC
651c872 "Updating ipyrad/__init__.py to version - 0.1.47 16 February 2016, 05:45:19 UTC
b787587 Merge branch 'master' of https://github.com/dereneaton/ipyrad 16 February 2016, 05:44:12 UTC
fde4960 fix to debugger and to launch for api 16 February 2016, 05:44:06 UTC
f542453 Fixed change to ipyrad.bins.* 15 February 2016, 23:53:08 UTC
30d090e "Updating ipyrad/__init__.py to version - 0.1.46 13 February 2016, 21:46:59 UTC
6685575 hack around __loglevel__ setter for __init__ 13 February 2016, 21:46:43 UTC
3c818d0 "Updating ipyrad/__init__.py to version - 0.1.45 13 February 2016, 21:42:41 UTC
388c015 fix to 0.1.44 bugs 13 February 2016, 21:42:29 UTC
299face "Updating ipyrad/__init__.py to version - 0.1.44 13 February 2016, 21:30:21 UTC
941e946 created custom JSON encoder class to conserve tuples and ascii 13 February 2016, 21:30:08 UTC
c9d8bea API access 13 February 2016, 21:29:37 UTC
752b603 fix to remove error on duplicates, and chunking code 13 February 2016, 21:29:22 UTC
89ae295 code cleanup 13 February 2016, 21:28:55 UTC
451ce88 fixed debugger for new setup 13 February 2016, 20:44:23 UTC
860d485 ensure Objdicts are loaded as Objdicts 13 February 2016, 17:06:04 UTC
df18c45 need to ensure names are ascii not unicode for hdf5 attributes. JSON loading pulls in unicode 13 February 2016, 17:05:33 UTC
cd1358f "Updating ipyrad/__init__.py to version - 0.1.43 13 February 2016, 03:19:53 UTC
f7af39f merge params file naming 13 February 2016, 03:19:22 UTC
79a8c6a json saving and loading 13 February 2016, 03:17:51 UTC
9ca92ee prettier printing 13 February 2016, 03:17:23 UTC
ccd0f26 bins placement 13 February 2016, 03:17:05 UTC
1e155ea bins are now ip.bins. not part of assembly 13 February 2016, 03:16:37 UTC
38d3025 params-name.txt naming. load from assembly or json 13 February 2016, 03:15:58 UTC
92aa9db debug file resets eventually. load_json and save_json added 13 February 2016, 03:15:01 UTC
ef6f75d Fixed new params.txt file creation to reflect the params-watever.txt format. 13 February 2016, 02:40:34 UTC
ccb12a0 Fixed getassembly so it accurately tests for current assemblies before creating a new one. Merge branch 'master' of https://github.com/dereneaton/ipyrad Conflicts: ipyrad/__main__.py 13 February 2016, 02:23:29 UTC
e1f5d24 Fixed CLI so it properly tests for existing assemblies and requests the -f flag if necessary 13 February 2016, 02:21:26 UTC
9d0ab27 Merge branch 'master' of https://github.com/dereneaton/ipyrad 12 February 2016, 18:51:20 UTC
2682729 "Updating ipyrad/__init__.py to version - 0.1.42 12 February 2016, 01:26:03 UTC
707bf25 resolve merge conflict 12 February 2016, 01:25:53 UTC
e77e421 doubles count of merged reads 12 February 2016, 01:18:54 UTC
b7b4a9c merge pairs parallelized and with suffix 12 February 2016, 01:18:39 UTC
642b151 CLI branching works now 12 February 2016, 01:18:05 UTC
441c743 rigorous testing and improvements to clustering of pairgbs 12 February 2016, 01:18:00 UTC
79ca81e simple cleanup 12 February 2016, 01:17:27 UTC
ce1db7c simplification of logger 12 February 2016, 01:15:50 UTC
b21be9f Refactored preview_truncate_fq so now it actually works for all steps 1,2&3 added a third parameter that defaults to using 10% of the passed in file. Updated demult, rawed, and clust_wi in accordance. Also added try/except around shutil.rmtree calls to protect against the stupid nfs bug i was seeing. 12 February 2016, 01:08:13 UTC
e277fc1 need to build tests still, but getting closer.. 12 February 2016, 00:13:04 UTC
be4d379 upgrade vsearch. Read merging now parallelized 11 February 2016, 23:09:57 UTC
2563349 Merge branch 'master' of https://github.com/dereneaton/ipyrad 11 February 2016, 22:02:23 UTC
a6fb904 "Updating ipyrad/__init__.py to version - 0.1.41 11 February 2016, 19:06:53 UTC
34d4c5b removed old vsearch 11 February 2016, 19:06:22 UTC
8f835dd upgrade vsearch to v.1.9.10. 11 February 2016, 19:04:51 UTC
8d23f91 some prettier printing for cli and for Errors. Better handling of edit_cutsites tuple 11 February 2016, 18:42:12 UTC
5597606 get sample file names for truncate from sample.name not sample.files.fastqs since fastqs are not necessarily in projdir/name_fastqs/ when step1 links_fastqs instead of demultiplexing 11 February 2016, 18:41:40 UTC
2753fb5 chdir into proj dir when creating new assembly, but stay in cur dir if just loading and load it from the full path to projdir/name 11 February 2016, 18:40:29 UTC
4a221b2 Merge branch 'master' of https://github.com/dereneaton/ipyrad 11 February 2016, 18:17:50 UTC
cf75eba Error handling in assembly, and mostly done on -b for CLI 11 February 2016, 18:17:37 UTC
0c2b76f "Updating ipyrad/__init__.py to version - 0.1.40 11 February 2016, 17:50:17 UTC
507bca5 not in curdir, so don't collapse curdir path. print full path to assembly object 11 February 2016, 17:49:58 UTC
e8ecfe8 bug fix for too many open files, was loading multiple ip clients 11 February 2016, 17:49:31 UTC
6b786d0 correct orientation for unmerged pairs 11 February 2016, 17:49:00 UTC
5e68f2a loads assembly object from project_dir 11 February 2016, 17:48:41 UTC
16091d2 step2 does not do link_fastqs, but instead raises warning that step1 should be run 11 February 2016, 17:19:27 UTC
290a917 correct orientation of non-merged pairs 11 February 2016, 17:19:02 UTC
ecadfae -n flag takes a name argument 11 February 2016, 17:18:20 UTC
1fde58e merge fix 11 February 2016, 15:52:28 UTC
cdb1f30 Merge branch 'master' of https://github.com/dereneaton/ipyrad 11 February 2016, 02:26:30 UTC
b49a125 oops. bad syntax fixed in cluster_within. 11 February 2016, 02:26:09 UTC
0c2ccb3 Merge branch 'master' of https://github.com/dereneaton/ipyrad 11 February 2016, 02:24:49 UTC
6df9bfe Cosmetic merge fixes to documentation/print statements Merge branch 'master' of https://github.com/dereneaton/ipyrad Conflicts: ipyrad/__main__.py ipyrad/core/assembly.py 11 February 2016, 02:23:16 UTC
e372b4e 2/3 done with -b branching for cli 11 February 2016, 02:17:14 UTC
cb8432b Fixed #108 (handle all-indel reverse gbs reads) 11 February 2016, 02:16:00 UTC
9bebc62 "Updating ipyrad/__init__.py to version - 0.1.39 11 February 2016, 02:00:13 UTC
943f3a8 never need to launch during load. Old idea. 11 February 2016, 01:59:39 UTC
2492d42 faster connection to known number of cores. Cleaner interface to data._ipcluster dict. 11 February 2016, 01:59:11 UTC
562878d new launch command. Better handling for bad params args. Empty defaults for paths params. 11 February 2016, 01:58:38 UTC
a17e3af IPyradWarningExit acts like sys.exit 11 February 2016, 01:57:53 UTC
back to top