- check prefixes in folder Counts:
tree Counts/ - check prefix in CountMatrix_genes_TPM.tsv file
- check prefixes in folder MultiQC_out:
tree MultiQC_out/ - add PCA report:
qcfastq --tool=PCA . - for quality control, download:
- MultiQC report
scp fear@130.192.101.241:/home/fear/WORKS/Endothelion/Lines/hCMEC_D3/GSE138309/MultiQC_out/GSExxxxxxx_multiqc_report.html . - PCA report
scp fear@130.192.101.241:/home/fear/WORKS/Endothelion/Lines/hCMEC_D3/GSE138309/PCA_out/GSExxxxxxx_CountMatrix_genes_TPM/* .
- MultiQC report
- download metadata again and manually edit the
extrafield using nano (set 0 to exclude a Run)metaharvest -x=1 -e GSExxxxxxx > GSExxxxxxx_meta.csv - delete FASTQ files
rm *.fastq.gz - make the TAR GZ compressed archive from the parent directory
tar -czvf ./GSExxxxxxx/GSExxxxxxx.tar.gz GSExxxxxxx - locally download files to upload to Zenodo later
scp fear@130.192.101.241:/home/fear/WORKS/Endothelion/Lines/hCMEC_D3/GSExxxxxxx/GSExxxxxxx* .