You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Moved SW_AmpIllumina-A_1.2.1 to SW_AmpIllumina-B_1.2.1
5
13
- Workflow runs the [GL-DPPD-7104-B version](../../Pipeline_GL-DPPD-7104_Versions/GL-DPPD-7104-B.md) of the GeneLab standard pipeline, which includes data visualization outputs
***sample-1-metabat-assembly-depth.tsv** (tab-delimited summary of coverages)
799
-
***sample-1-bin\*.fasta** (fasta files of recovered bins)
803
+
* sample-1-bins/sample-1-bin\*.fasta (fasta files of recovered bins)
804
+
***sample-1-bins.zip** (zip file containing fasta files of recovered bins)
800
805
801
806
#### 14b. Bin quality assessment
802
807
Utilizes the default `checkm` database available [here](https://data.ace.uq.edu.au/public/CheckM_databases/checkm_data_2015_01_16.tar.gz), `checkm_data_2015_01_16.tar.gz`.
@@ -839,6 +844,13 @@ do
839
844
MAG_ID=$(echo $ID | sed 's/bin./MAG-/')
840
845
cp ${ID}.fasta MAGs/${MAG_ID}.fasta
841
846
done
847
+
848
+
for SAMPLE in $(cat MAG-bin-IDs.tmp | sed 's/-bin.*//' | sort -u);
849
+
do
850
+
mkdir ${SAMPLE}-MAGs
851
+
mv ${SAMPLE}-*MAG*.fasta ${SAMPLE}-MAGs
852
+
zip -r ${SAMPLE}-MAGs.zip ${SAMPLE}-MAGs
853
+
done
842
854
```
843
855
844
856
**Input data:**
@@ -848,8 +860,8 @@ done
848
860
**Output data:**
849
861
850
862
* checkm-MAGs-overview.tsv (tab-delimited file with quality estimates per MAG)
0 commit comments