Squigualiser

Latest version: v0.6.3

Safety actively analyzes 626604 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.6.1

- install via [pip](https://pypi.org/project/squigualiser/)


python3.8 -m venv venv3
source venv3/bin/activate
pip install --upgrade pip
pip install squigualiser


- Or use the pre-compiled binary release for common Linux distributions

wget https://github.com/hiruna72/squigualiser/releases/download/squigualiser-v0.6.1/squigualiser-v0.6.1-linux-x86-64-binaries.tar.gz -O squigualiser.tar.gz
tar xf squigualiser.tar.gz
cd squigualiser
./squigualiser --help


- For a quick test run the following
`
wget https://github.com/hiruna72/squigualiser/releases/download/v0.3.0/sample_dataset.tar.gz
or use curl
curl -L https://github.com/hiruna72/squigualiser/releases/download/v0.3.0/sample_dataset.tar.gz -o sample_dataset.tar.gz

tar xf sample_dataset.tar.gz
./squigualiser plot_pileup -f ref.fasta -s reads.blow5 -a eventalign.bam -o dir_out --region chr1:92,778,040-92,782,120 --tag_name "test_0"

`

- `export PATH=[path_to_squigualiser_dir]:$PATH` to execute `squigualiser` from any location.


What's Changed
* add selenium to requirements by hiruna72 in https://github.com/hiruna72/squigualiser/pull/57


**Full Changelog**: https://github.com/hiruna72/squigualiser/compare/v0.6.0...v0.6.1

0.6.0

- install via [pip](https://pypi.org/project/squigualiser/)


python3.8 -m venv venv3
source venv3/bin/activate
pip install --upgrade pip
pip install squigualiser


- Or use the pre-compiled binary release for common Linux distributions

wget https://github.com/hiruna72/squigualiser/releases/download/v0.6.0/squigualiser-v0.6.0-linux-x86-64-binaries.tar.gz -O squigualiser.tar.gz
tar xf squigualiser.tar.gz
cd squigualiser
./squigualiser --help


- For a quick test run the following
`
wget https://github.com/hiruna72/squigualiser/releases/download/v0.3.0/sample_dataset.tar.gz
or use curl
curl -L https://github.com/hiruna72/squigualiser/releases/download/v0.3.0/sample_dataset.tar.gz -o sample_dataset.tar.gz

tar xf sample_dataset.tar.gz
./squigualiser plot_pileup -f ref.fasta -s reads.blow5 -a eventalign.bam -o dir_out --region chr1:92,778,040-92,782,120 --tag_name "test_0"

`

- `export PATH=[path_to_squigualiser_dir]:$PATH` to execute `squigualiser` from any location.



What's Changed
* fix the link because google is sunsetting page.link in 2025 by hasindu2008 in https://github.com/hiruna72/squigualiser/pull/51
* Dev by hiruna72 in https://github.com/hiruna72/squigualiser/pull/54


**Full Changelog**: https://github.com/hiruna72/squigualiser/compare/v0.5.1...v0.6.0

0.5.1

- install via [pip](https://pypi.org/project/squigualiser/)


python3.8 -m venv venv3
source venv3/bin/activate
pip install --upgrade pip
pip install squigualiser


- Or use the pre-compiled binary release for common Linux distributions

wget https://github.com/hiruna72/squigualiser/releases/download/v0.5.1/squigualiser-v0.5.1-linux-x86-64-binaries.tar.gz -O squigualiser.tar.gz
tar xf squigualiser.tar.gz
cd squigualiser
./squigualiser --help


- Or use the pre-compiled binary release for common macOS distributions

wget https://github.com/hiruna72/squigualiser/releases/download/v0.5.1/squigualiser-v0.5.1-macos-arm64-binaries.tar.gz -O squigualiser.tar.gz
or use curl
curl -L https://github.com/hiruna72/squigualiser/releases/download/v0.5.1/squigualiser-v0.5.1-macos-arm64-binaries.tar.gz -O squigualiser.tar.gz

tar xf squigualiser.tar.gz
cd squigualiser
./squigualiser --help


- For a quick test run the following
`
wget https://github.com/hiruna72/squigualiser/releases/download/v0.3.0/sample_dataset.tar.gz
or use curl
curl -L https://github.com/hiruna72/squigualiser/releases/download/v0.3.0/sample_dataset.tar.gz -o sample_dataset.tar.gz

tar xf sample_dataset.tar.gz
./squigualiser plot_pileup -f ref.fasta -s reads.blow5 -a eventalign.bam -o dir_out --region chr1:92,778,040-92,782,120 --tag_name "test_0"

`

- `export PATH=[path_to_squigualiser_dir]:$PATH` to execute `squigualiser` from any location.

0.5.0

- install via [pip](https://pypi.org/project/squigualiser/)


python3.8 -m venv venv3
source venv3/bin/activate
pip install --upgrade pip
pip install squigualiser


- Or use the pre-compiled binary release for common Linux distributions

wget https://github.com/hiruna72/squigualiser/releases/download/v0.5.0/squigualiser-v0.5.0-linux-x86-64-binaries.tar.gz -O squigualiser.tar.gz
tar xf squigualiser.tar.gz
cd squigualiser
./squigualiser --help


- Or use the pre-compiled binary release for common macOS distributions

wget https://github.com/hiruna72/squigualiser/releases/download/v0.5.0/squigualiser-v0.5.0-macos-arm64-binaries.tar.gz -O squigualiser.tar.gz
or use curl
curl -L https://github.com/hiruna72/squigualiser/releases/download/v0.5.0/squigualiser-v0.5.0-macos-arm64-binaries.tar.gz -O squigualiser.tar.gz

tar xf squigualiser.tar.gz
cd squigualiser
./squigualiser --help


- For a quick test run the following
`
wget https://github.com/hiruna72/squigualiser/releases/download/v0.3.0/sample_dataset.tar.gz
or use curl
curl -L https://github.com/hiruna72/squigualiser/releases/download/v0.3.0/sample_dataset.tar.gz -o sample_dataset.tar.gz

tar xf sample_dataset.tar.gz
./squigualiser plot_pileup -f ref.fasta -s reads.blow5 -a eventalign.bam -o dir_out --region chr1:92,778,040-92,782,120 --tag_name "test_0"

`

- `export PATH=[path_to_squigualiser_dir]:$PATH` to execute `squigualiser` from any location.

0.4.0b0

0.4.0beta

- [pip package](https://pypi.org/project/squigualiser/) added.


python3.8 -m venv venv3
source venv3/bin/activate
pip install --upgrade pip

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.