mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 10:10:25 +08:00
Update headers
This commit is contained in:
parent
39a3ecb5d8
commit
a7acdd26be
@ -1,17 +1,12 @@
|
|||||||
'''
|
'''
|
||||||
Written March 2023 by Elinor (esterner27@gmail.com) to plot length, coverage and GC of assembled transcripts
|
#Author, date: Elinor Sterner(esterner27@gmail.com), March 2023. Last updated Nov 27th 2023
|
||||||
|
#Motivation: To describe transcriptomes.
|
||||||
This script will iterate through all assembled files (named as 10 digit code _assembledTranscripts) with and gather GC, length and coverage. With that data, it plots R scripts
|
#Intent: Plot length, coverage and GC of assembled transcripts with stats generated.
|
||||||
|
#Dependencies: Python3
|
||||||
Input:
|
#Inputs: Folder called Renamed_assembled_files of previously renamed files (if this is the case, put -r or --renamed in the command line)
|
||||||
Folder called Renamed_assembled_files of previously renamed files (if this is the case, put -r or --renamed in the command line)
|
|
||||||
tsv file of LKH number and new names formatted like this: 10_digit_code\tdescriptor_of_taxon called new_names.tsv
|
tsv file of LKH number and new names formatted like this: 10_digit_code\tdescriptor_of_taxon called new_names.tsv
|
||||||
|
#Outputs: A spreadsheet containing the length, GC, and coverage of each transcript.
|
||||||
To run:
|
#Example: python assess_transcriptomes.py -input <pathway to directory of spades output>
|
||||||
python assess_transcriptomes.py -input <pathway to directory of spades output>
|
|
||||||
|
|
||||||
Output: csv file of length, GC, coverage of each transcript, and multiple R plots, faceted by taxon and a csv file of data. It plots GC by length, and distributions of coverage, length and GC
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user