Skip to content

Commit

Permalink
Adding submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
iminkin committed Jan 15, 2019
1 parent 12f4d77 commit d57a491
Show file tree
Hide file tree
Showing 44 changed files with 11 additions and 1,191 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
@@ -0,0 +1,6 @@
[submodule "TwoPaCo"]
path = TwoPaCo
url = https://github.com/medvedevgroup/TwoPaCo
[submodule "spoa"]
path = spoa
url = https://github.com/rvaser/spoa
1 change: 1 addition & 0 deletions TwoPaCo
Submodule TwoPaCo added at e10582
1 change: 1 addition & 0 deletions spoa
Submodule spoa added at da55fd
6 changes: 3 additions & 3 deletions src/blocksfinder.h
Expand Up @@ -209,7 +209,7 @@ namespace Sibelia
if (finder.count_++ % finder.progressPortion_ == 0)
{
finder.progressMutex_.lock();
std::cout << '.';
std::cout << '.' << std::flush;
finder.progressMutex_.unlock();
}

Expand Down Expand Up @@ -565,7 +565,7 @@ namespace Sibelia
}

using namespace std::placeholders;
std::sort(shuffle.begin(), shuffle.end(), std::bind(DegreeCompare, std::cref(storage_), _1, _2));
std::random_shuffle(shuffle.begin(), shuffle.end());
#ifdef _DEBUG_OUT_
//OutputMissing("test/test7/segment.txt", "missing");
OutputSubgraph("alignment.maf", "subgraph.txt", "pair.txt");
Expand All @@ -574,7 +574,7 @@ namespace Sibelia
srand(time(0));
time_t mark = time(0);
count_ = 0;
std::cout << '[';
std::cout << '[' << std::flush;
progressPortion_ = shuffle.size() / progressCount_;
tbb::task_scheduler_init init(threads);
tbb::parallel_for(tbb::blocked_range<size_t>(0, shuffle.size()), ProcessVertex(*this, shuffle));
Expand Down
80 changes: 0 additions & 80 deletions src/util/compare_annotation.py

This file was deleted.

12 changes: 0 additions & 12 deletions src/util/maskn.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/util/micerun/run.sh

This file was deleted.

1 change: 0 additions & 1 deletion src/util/mousemart/align_lagan.sh

This file was deleted.

24 changes: 0 additions & 24 deletions src/util/mousemart/collect_lagan_bin.py

This file was deleted.

Empty file.
56 changes: 0 additions & 56 deletions src/util/mousemart/gene_xml.py

This file was deleted.

45 changes: 0 additions & 45 deletions src/util/mousemart/generate_blocks_pwise.py

This file was deleted.

72 changes: 0 additions & 72 deletions src/util/mousemart/generate_genes.py

This file was deleted.

4 changes: 0 additions & 4 deletions src/util/mousemart/get.sh

This file was deleted.

11 changes: 0 additions & 11 deletions src/util/mousemart/get_all.sh

This file was deleted.

16 changes: 0 additions & 16 deletions src/util/mousemart/mice.txt

This file was deleted.

0 comments on commit d57a491

Please sign in to comment.