Results for "Remove"

Wire posts

  • Remove the sequence by fasta ids. awk 'BEGIN{while((getline<"ids.txt")>0)l[">"$1]=1}/^>/{f=!l[$1]}f' seq.fa #Remove #Delete #ids #fasta

    2202 days ago

  • perl -pe 's/[^AGTC\n]/N/gi unless m/>/;' /media/urbe/TOSHIBALAB/falconUnzip/SSPACED_P2/scaffolds.fasta > /media/urbe/TOSHIBALAB/falconUnzip/SSPACED_P2/scaffolds_corrected.fasta #Remove #Non-ATCG

    2135 days ago

  • #Remove #smartbell from #pacbio #removesmartbell.sh https://github.com/BioInfoTools/BBMap/blob/master/sh/removesmartbell.sh

    2095 days ago

  • Remove empty line from fasta. $ sed -i '/^$/d' standard_output.final.scaffolds_online.fasta #Empty #Fasta #Remove

    2044 days ago

  • One liner to remove the description information from a fasta file and just keep the identifier $ perl -p -i -e 's/>(.+?) .+/>$1/g' sample1.fa #clean #header #fasta

    1902 days ago

  • Basics commands for Docker https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes #Docker #commands

    1486 days ago

  • Remove conda environment completely $ conda env remove -n env_name #Remove #Conda #Environment

    1433 days ago