Skip to content

Commit

Permalink
Logo (#175)
Browse files Browse the repository at this point in the history
* Physlr logo

two logos:
- one is transparent
- one has a wider frame

* v1.0.1
  • Loading branch information
aafshinfard authored Jun 20, 2022
1 parent 6660b79 commit a40391d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Published in DNA](https://img.shields.io/badge/Published%20in-DNA-blue.svg)](https://www.mdpi.com/2673-8856/2/2/9)
[![Release](https://img.shields.io/github/release/bcgsc/physlr.svg)](https://github.com/bcgsc/physlr/releases)

![Logo](https://github.com/bcgsc/physlr/blob/logo/physlr-logo-wide.png)

# Physlr: Next-generation Physical Maps

Physlr constructs a *de novo* physical map using linked reads from 10X Genomics or MGI stLFR. This physical map can then be used to scaffold an existing assembly to yield chromosome-level contiguity.
Expand Down
2 changes: 1 addition & 1 deletion bin/physlr-make
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ help:
@echo "To ensure that the pipeline runs correctly, make sure that the following tools are in your PATH: ntCard, ntHits, and Quast."

version:
@echo "physlr 1.0.0"
@echo "physlr 1.0.1"

################################################################################
# Test m=1 prune_branches=1 prune_bridges=1
Expand Down
4 changes: 2 additions & 2 deletions data/profile-physlr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ if (dim(df)[1] == 0) {
labs(
title = "Physlr - time Gantt chart",
subtitle = paste("path:", ldir),
caption = "physlr version: 0.2.0"
caption = "physlr version: 1.0.1"
) +
theme(
plot.title = element_text(color = "black", face = "bold"),
Expand Down Expand Up @@ -271,7 +271,7 @@ if (dim(df)[1] == 0) {
labs(
title = "Physlr - memory usage",
subtitle = paste("path:", ldir),
caption = "physlr version: 0.2.0"
caption = "physlr version: 1.0.1"
) +
theme(
plot.title = element_text(color = "black", face = "bold"),
Expand Down
Binary file added physlr-logo-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added physlr-logo-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion physlr/physlr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2799,7 +2799,7 @@ def parse_arguments():
"-V", "--verbose", action="store", dest="verbose", type=int, default="2",
help="the level of verbosity: 0:silent, 1:periodic, 2:progress, 3:verbose [2]")
argparser.add_argument(
"--version", action="version", version="physlr 0.1.0")
"--version", action="version", version="physlr 1.0.1")
argparser.add_argument(
"command",
help="A command")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="physlr",
version="1.0.0",
version="1.0.1",
author="Amirhossein Afshinfard",
author_email="aafshinfard@bcgsc.ca",
description="Next-generation Physical Maps using Linked Reads",
Expand Down

0 comments on commit a40391d

Please sign in to comment.