Open faleevz opened 5 months ago
This is a pandas version issue. What version are you using?
On Tue, Jun 4, 2024 at 1:11 AM faleevz @.***> wrote:
Hi Sam, its me again here. Tried running the program again with TCGA samples, but unfortunately immediately ran into this new error:
ARTDeco -home-dir ARTDECO_DIR -bam-files-dir BAM_FILES_DIR -gtf-file GTF_FILE -cpu 10 -chrom-sizes-file CHROM_SIZES_FILE -layout PE -stranded False No valid run mode specified... Will generate all files... Loading ARTDeco file structure... Meta file properly formatted... Generating reformatted meta... Traceback (most recent call last): File "/home/mfaleeva/.conda/envs/artdeco/bin/ARTDeco", line 33, in
sys.exit(load_entry_point('ARTDeco==0.4', 'console_scripts', 'ARTDeco')()) File "/home/mfaleeva/.conda/envs/artdeco/lib/python3.10/site-packages/ARTDeco-0.4-py3.10.egg/ARTDeco/main.py", line 153, in main File "/home/mfaleeva/.conda/envs/artdeco/lib/python3.10/site-packages/ARTDeco-0.4-py3.10.egg/ARTDeco/DESeq2.py", line 22, in reformat_meta File "/home/mfaleeva/.conda/envs/artdeco/lib/python3.10/site-packages/pandas/core/generic.py", line 5902, in getattr return object.getattribute(self, name) AttributeError: 'DataFrame' object has no attribute 'Group'. Did you mean: 'drop'? Any advice on how to proceed? Thank you!
— Reply to this email directly, view it on GitHub https://github.com/sjroth/ARTDeco/issues/28, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEVD76T4OEHFIIKNTESFBDZFVD7BAVCNFSM6AAAAABIXX2ADWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZTENJWGY3DMNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
pandas version 1.5.3.
also it works fine when i try running it on my previous samples ( i have not changed the artdeco environment).
Sorry. You have changed the post/content since I last saw it. Can you verify that it created a read_in.bed and a reathrough.bed?
Yes. Both files are generated. All look ok to by the header and visualisation on IGV.
The only difference I can spot between them and the previous read_in and readthrough files that worked is that these are a bit smaller (800KB), whilst the others were (1.9MB).
Hi, how was the error finally resloved ?
Hi Sam, its me again here.
Tried running the program again with TCGA samples, but unfortunately immediately ran into this new error.
When running the preprocessing, I realise that the tag directories are created differently with the TCGA samples vs. my old samples. TCGA with have Chr1. tag, whilst old samples will have 1.tag file., also theres lots of generation of decoy tags? Apart from the firt file that gets processed, none of the other files get all of their tags generated. (only Chr1 and 2 for example).
Downstream from this, readthrough mode yields empty results? All the files get generated but all the values are either 0 or NA.
I have attached an example of the corrected_exp.txt below.
Any idea on what may be causing this? Thank you! readthrough.raw.txt