Skip to content

fvaux/general_bioinformatics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

general_bioinformatics

fas2fasta.sh

Simple shell script with unix loop using mv function that changes all the filenames of all .fas files in a directory to .fasta.

retrieve-fastq-fq.sh

Shell script with unix loop using cp function, which finds and copies a requested set demultiplexed Illumina reads. Useful for finding reads in large archives.

Uses .csv file with sample name prefixes to search for .fastq.gz and .fq.gz files (can be in multiple directories) with matching prefixes. Script then copies matching files to a new directory. Based on file counts, script provides some basic warnings for potential sample duplicates (e.g. sequencing replicates with matching prefixes) and when there are an odd number of reads (i.e. if R1 or R2 file missing).

Note

Some scripts were generated with assistance from ChatGTP.

About

Some general scripts for bioinformatic file management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages