File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments