Skip to content

Commit cd125d3

Browse files
committed
Moved README to COMMANDS
1 parent bf667b5 commit cd125d3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

COMMANDS

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Create new version:
2+
3+
```
4+
bumpversion patch
5+
python setup.py sdist upload -r pypi
6+
```
7+
8+
Create chromInfo.txt:
9+
10+
```
11+
GENOME_NAME=GCA_000001405.15_GRCh38_genomic; mkdir negspy/data/${GENOME_NAME}; zcat ~/data/genomes/${GENOME_NAME}.fna.gz | python scripts/create_chrominfo.py - > negspy/data/${GENOME_NAME}/chromInfo.txt; git add negspy/data/${GENOME_NAME}/chromInfo.txt;
12+
GENOME_NAME=GCA_000001215.4_Release_6_plus_ISO1_MT_genomic; mkdir negspy/data/${GENOME_NAME}; zcat ~/data/genomes/${GENOME_NAME}.fna.gz | python scripts/create_chrominfo.py - > negspy/data/${GENOME_NAME}/chromInfo.txt; git add negspy/data/${GENOME_NAME}/chromInfo.txt;
13+
GENOME_NAME=GCF_000005845.2_ASM584v2_genomic; zcat ~/data/genomes/${GENOME_NAME}.fna.gz | python scripts/create_chrominfo.py - > negspy/data/${GENOME_NAME}/chromInfo.txt
14+
```

0 commit comments

Comments
 (0)