...te-packages/qiime2/sdk/action.py", line 245, in bound_callable output_types, provenance) File "/share/work/biosoft/conda/Miniconda3.8/envs/qiime2-2020.8/lib/python3.6/site-packages/qiime2/sdk/action.py", line 452, in _callable_executor_ ret_val = self._callable(output_dir=temp_dir, **vie...
...sql.sock -e "show variables like 'server_id';"Warning: Using a password on the command line interface can be insecure.
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| server_id | 7 |
+---------------+-------+
https://www.cnblogs.com/lon...
...2 on chrB6+, this line is on chrB6-, all group members must be on same seq and strand
RUN CMD: retrieve_seq_from_fasta.pl --format refGene --seqfile elepant_grass_genome.fa unknown_refGene.txt --out unknown_refGeneMrna.fa
NOTICE: Reading region file unknown_refGene.txt ... Done with 4143 regions...
...ckages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
Traceback (most recent call last):
File "/biosoft/miniconda/envs/qii...
...-t filter1.vcf.gz#-t 建立tbi索引
但此时bcftools又报错 index: the file is not BGZF compressed, cannot index
这是因为bcftools只能对bgzip压缩后的文件建立索引,而上面使用的压缩方式是gzip
解决方式:
对文件解压之后重新用bgzip压缩,再建立...